Class SecureHashAlgorithm512
- Namespace
- Cuemon.Security.Cryptography
- Assembly
- Cuemon.Security.Cryptography.dll
Provides a SHA-512 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 SecureHashAlgorithm512 : UnkeyedCryptoHash<SHA512>, IHash, IConfigurable<ConvertibleOptions>
- Inheritance
-
SecureHashAlgorithm512
- Implements
- Inherited Members
Constructors
SecureHashAlgorithm512(Action<ConvertibleOptions>)
Initializes a new instance of the SecureHashAlgorithm512 class.
public SecureHashAlgorithm512(Action<ConvertibleOptions> setup)
Parameters
setup
Action<ConvertibleOptions>The ConvertibleOptions which may be configured.
Fields
BitSize
Produces a 512-bit hash value
public const int BitSize = 512
Field Value
See Also
UnkeyedCryptoHash<TAlgorithm>
Hash<TOptions>