Table of Contents

Class SecureHashAlgorithm384

Namespace
Cuemon.Security.Cryptography
Assembly
Cuemon.Security.Cryptography.dll

Provides a SHA-384 implementation of the SHA (Secure Hash Algorithm) cryptographic hashing algorithm for 384-bit hash values. This class cannot be inherited. Implements the UnkeyedCryptoHash<TAlgorithm>

public sealed class SecureHashAlgorithm384 : UnkeyedCryptoHash<SHA384>, IHash, IConfigurable<ConvertibleOptions>
Inheritance
Object
SecureHashAlgorithm384
Implements
Inherited Members

Constructors

SecureHashAlgorithm384(Action<ConvertibleOptions>)

Initializes a new instance of the SecureHashAlgorithm384 class.

public SecureHashAlgorithm384(Action<ConvertibleOptions> setup = null)

Parameters

setup Action<ConvertibleOptions>

The ConvertibleOptions which may be configured.

Fields

BitSize

Produces a 384-bit hash value

public const int BitSize = 384

Field Value

Int32

See Also

UnkeyedCryptoHash<TAlgorithm>
Hash<TOptions>