Class SecureHashAlgorithm512256
- Namespace
- Cuemon.Security.Cryptography
- Assembly
- Cuemon.Security.Cryptography.dll
Provides a SHA-512-256 implementation of the SHA (Secure Hash Algorithm) cryptographic hashing algorithm for 512-bit hash values. This class cannot be inherited. Implements the UnkeyedCryptoHash<TAlgorithm>
public sealed class SecureHashAlgorithm512256 : UnkeyedCryptoHash<SHA512256>, IHash, IConfigurable<ConvertibleOptions>- Inheritance
- 
      
      
      
      
      SecureHashAlgorithm512256
- Implements
- Inherited Members
Constructors
SecureHashAlgorithm512256(Action<ConvertibleOptions>)
Initializes a new instance of the SecureHashAlgorithm512256 class.
public SecureHashAlgorithm512256(Action<ConvertibleOptions> setup)Parameters
- setupAction<ConvertibleOptions>
- The ConvertibleOptions which may be configured. 
Fields
BitSize
Produces a 256-bit hash value
public const int BitSize = 256Field Value
See Also
UnkeyedCryptoHash<TAlgorithm>
      Hash<TOptions>