Class CryptoConfig
Libplanet cryptography configuration information.
Inherited Members
System.Object.GetType()
System.Object.ToString()
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
public static class CryptoConfig
Properties
| Improve this Doc View SourceCryptoBackend
Global cryptography backend to sign and verify messages.
Declaration
public static ICryptoBackend<SHA256> CryptoBackend { get; set; }
Property Value
Type | Description |
---|---|
ICryptoBackend<SHA256> |