C# Class bitmessage.Crypto.ECDSA

Afficher le fichier Open project: sharpbitmessage/SharpBitmessage

Méthodes publiques

Méthode Description
ECDSASign ( this data, byte privKey ) : byte[]
ECDSAVerify ( this data, byte publicSigningKey, byte signature ) : bool
PointMult ( byte secret ) : byte[]

Private Methods

Méthode Description
Encrypt ( byte data, byte pubkey ) : byte[]
get_blocksize ( string ciphername ) : int

Method Details

ECDSASign() public static méthode

public static ECDSASign ( this data, byte privKey ) : byte[]
data this
privKey byte
Résultat byte[]

ECDSAVerify() public static méthode

public static ECDSAVerify ( this data, byte publicSigningKey, byte signature ) : bool
data this
publicSigningKey byte
signature byte
Résultat bool

PointMult() public static méthode

public static PointMult ( byte secret ) : byte[]
secret byte
Résultat byte[]