Show / Hide Table of Contents

Class DefaultCryptoBackend

Inheritance
Object
DefaultCryptoBackend
Implements
ICryptoBackend
Namespace: Libplanet.Crypto
Assembly: Libplanet.dll
Syntax
public class DefaultCryptoBackend : object, ICryptoBackend

Methods

| Improve this Doc View Source

Verify(HashDigest<SHA256>, Byte[], PublicKey)

Declaration
public bool Verify(HashDigest<SHA256> messageHash, byte[] signature, PublicKey publicKey)
Parameters
Type Name Description
HashDigest<SHA256> messageHash
Byte[] signature
PublicKey publicKey
Returns
Type Description
Boolean

Implements

ICryptoBackend
  • Improve this Doc
  • View Source
Back to top Copyright © 2019–2020 Planetarium