Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
RawSHAKE256.cs
2{
8 public class RawSHAKE256 : Keccak1600
9 {
16 public RawSHAKE256(int DigestSize)
17 : base(512, 0b11, 2, DigestSize)
18 {
19 }
20 }
21}
Implementation of the KECCAK-p permutations, with a bitsize of 1600 bits, as defined in section 3 in ...
Definition: Keccak1600.cs:13
Implements the SHA3 RawSHAKE256 extendable-output functions, as defined in section 6....
Definition: RawSHAKE256.cs:9
RawSHAKE256(int DigestSize)
Implements the SHA3 RawSHAKE256 extendable-output functions, as defined in section 6....
Definition: RawSHAKE256.cs:16