Class CpSHA384
Computes the SHA384 hash for the input data.
Inherited Members
Namespace: CryptoPro.Security.Cryptography
Assembly: CryptoPro.Security.Cryptography.dll
Syntax
public abstract class CpSHA384 : HashAlgorithm, ICryptoTransform, IDisposable
Constructors
CpSHA384()
Initializes a new instance of CpSHA384.
Declaration
protected CpSHA384()
Fields
HashSizeInBits
The hash size produced by the SHA384 algorithm, in bits.
Declaration
public const int HashSizeInBits = 384
Field Value
Type | Description |
---|---|
int |
HashSizeInBytes
The hash size produced by the SHA384 algorithm, in bytes.
Declaration
public const int HashSizeInBytes = 48
Field Value
Type | Description |
---|---|
int |
Methods
Create()
Create a default implementation of SHA384 hash algorithm.
Declaration
public static CpSHA384 Create()
Returns
Type | Description |
---|---|
CpSHA384 |