Method | Description | |
---|---|---|
CalculateRecId ( this key, |
||
GenerateKey ( ) : |
||
GetPrivateKeyAsBytes ( this key ) : byte[] | ||
GetPubKeyNoPrefix ( this key ) : byte[] | ||
GetPublicAddress ( string privateKey ) : string | ||
GetPublicAddress ( this key ) : string | ||
GetRecIdFromV ( byte v ) : int | ||
RecoverFromSignature ( |
||
SignAndCalculateV ( this key, byte hash ) : |
||
VerifyAllowingOnlyLowS ( this key, byte hash, |
public static CalculateRecId ( this key, |
||
key | this | |
signature | ||
hash | byte | |
return | int |
public static GenerateKey ( ) : |
||
return |
public static GetPrivateKeyAsBytes ( this key ) : byte[] | ||
key | this | |
return | byte[] |
public static GetPubKeyNoPrefix ( this key ) : byte[] | ||
key | this | |
return | byte[] |
public static GetPublicAddress ( string privateKey ) : string | ||
privateKey | string | |
return | string |
public static GetPublicAddress ( this key ) : string | ||
key | this | |
return | string |
public static RecoverFromSignature ( |
||
signature | ||
hash | byte | |
return |
public static SignAndCalculateV ( this key, byte hash ) : |
||
key | this | |
hash | byte | |
return |
public static VerifyAllowingOnlyLowS ( this key, byte hash, |
||
key | this | |
hash | byte | |
sig | ||
return | bool |