14 public override string Oid =>
"2.16.840.1.101.3.4.2.2";
26 public override HashAlgorithmName
Name => HashAlgorithmName.SHA384;
Abstract base class for hash functions.
override string Oid
SHA-384
override HashAlgorithmName Name
Hash Algorithm Name
override byte[] ComputeHash(byte[] Data)
Computes a Hash Digest from binary data.
override int HashLength
Number of bytes used for the hash digest.
Contains methods for simple hash calculations.
static byte[] ComputeSHA384Hash(byte[] Data)
Computes the SHA-384 hash of a block of binary data.