Method | Description | |
---|---|---|
CreateKeys ( byte &publicKey, byte &privateKey ) : void | ||
Sign ( byte privateKey, Stream stream ) : byte[] | ||
Verify ( byte publicKey, byte signature, Stream stream ) : bool |
public static CreateKeys ( byte &publicKey, byte &privateKey ) : void | ||
publicKey | byte | |
privateKey | byte | |
return | void |
public static Sign ( byte privateKey, Stream stream ) : byte[] | ||
privateKey | byte | |
stream | Stream | |
return | byte[] |
public static Verify ( byte publicKey, byte signature, Stream stream ) : bool | ||
publicKey | byte | |
signature | byte | |
stream | Stream | |
return | bool |