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