14 public override string Oid =>
"1.2.840.10045.4.3.1";
20 throw new NotImplementedException(
"SHA-224 not implemented.");
26 throw new NotImplementedException(
"SHA-224 not implemented.");
ECDSA Signature algorithm
override HashFunctionStream HashAlgorithmStream
Hash algorithm to use for streams of data.
override HashFunctionArray HashAlgorithm
Hash algorithm to use for in-memory blocks of data.
override string Oid
OID identifying the type of object.
delegate byte[] HashFunctionStream(Stream Data)
Delegate to hash function.
delegate byte[] HashFunctionArray(byte[] Data)
Delegate to hash function.