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