C# 클래스 bitmessage.Crypto.ECDSA

파일 보기 프로젝트 열기: sharpbitmessage/SharpBitmessage

공개 메소드들

메소드 설명
ECDSASign ( this data, byte privKey ) : byte[]
ECDSAVerify ( this data, byte publicSigningKey, byte signature ) : bool
PointMult ( byte secret ) : byte[]

비공개 메소드들

메소드 설명
Encrypt ( byte data, byte pubkey ) : byte[]
get_blocksize ( string ciphername ) : int

메소드 상세

ECDSASign() 공개 정적인 메소드

public static ECDSASign ( this data, byte privKey ) : byte[]
data this
privKey byte
리턴 byte[]

ECDSAVerify() 공개 정적인 메소드

public static ECDSAVerify ( this data, byte publicSigningKey, byte signature ) : bool
data this
publicSigningKey byte
signature byte
리턴 bool

PointMult() 공개 정적인 메소드

public static PointMult ( byte secret ) : byte[]
secret byte
리턴 byte[]