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