Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
EcdsaSha384.cs
2
4{
9 {
13 public override string Oid => "1.2.840.10045.4.3.3";
14
19
24 }
25}
override HashFunctionArray HashAlgorithm
Hash algorithm to use for in-memory blocks of data.
Definition: EcdsaSha384.cs:18
override string Oid
OID identifying the type of object.
Definition: EcdsaSha384.cs:13
override HashFunctionStream HashAlgorithmStream
Hash algorithm to use for streams of data.
Definition: EcdsaSha384.cs:23
Contains methods for simple hash calculations.
Definition: Hashes.cs:57
static byte[] ComputeSHA384Hash(byte[] Data)
Computes the SHA-384 hash of a block of binary data.
Definition: Hashes.cs:523
delegate byte[] HashFunctionStream(Stream Data)
Delegate to hash function.
delegate byte[] HashFunctionArray(byte[] Data)
Delegate to hash function.