Enum IncrementalParallelHash.ShakeType
- Namespace
- CryptoHives.Foundation.Security.Cryptography.Hash
- Assembly
- CryptoHives.Foundation.Security.Cryptography.dll
The SHAKE type used for the hash computation.
public enum IncrementalParallelHash.ShakeType
Fields
Shake128 = 0Use SHAKE128 (128-bit security strength).
Shake256 = 1Use SHAKE256 (256-bit security strength).