13 public override string Oid =>
"1.2.840.10045.4.3.3";
ECDSA Signature algorithm
override HashFunctionArray HashAlgorithm
Hash algorithm to use for in-memory blocks of data.
override string Oid
OID identifying the type of object.
override HashFunctionStream HashAlgorithmStream
Hash algorithm to use for streams of data.
Contains methods for simple hash calculations.
static byte[] ComputeSHA384Hash(byte[] Data)
Computes the SHA-384 hash of a block of binary data.
delegate byte[] HashFunctionStream(Stream Data)
Delegate to hash function.
delegate byte[] HashFunctionArray(byte[] Data)
Delegate to hash function.