Show / Hide Table of Contents

Class CryptoConfig

Libplanet cryptography configuration information.

Inheritance
Object
CryptoConfig
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
System.Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
System.Object.ToString()
Namespace: Libplanet.Crypto
Assembly: Libplanet.Crypto.dll
Syntax
public static class CryptoConfig

Properties

| Improve this Doc View Source

CryptoBackend

Global cryptography backend to sign and verify messages.

Declaration
public static ICryptoBackend<SHA256> CryptoBackend { get; set; }
Property Value
Type Description
ICryptoBackend<SHA256>
  • Improve this Doc
  • View Source
In This Article
Back to top Copyright © 2018–2023 Planetarium