Class Secp256k1CryptoBackend<T>
Inheritance
Secp256k1CryptoBackend<T>
Assembly: Libplanet.Crypto.Secp256k1.dll
Syntax
public class Secp256k1CryptoBackend<T> : ICryptoBackend<T> where T : HashAlgorithm
Type Parameters
Methods
|
Improve this Doc
View Source
Sign(HashDigest<T>, PrivateKey)
Declaration
public byte[] Sign(HashDigest<T> messageHash, PrivateKey privateKey)
Parameters
Returns
|
Improve this Doc
View Source
Verify(HashDigest<T>, Byte[], PublicKey)
Declaration
public bool Verify(HashDigest<T> messageHash, byte[] signature, PublicKey publicKey)
Parameters
Returns
Implements