Table of Contents

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 = 0

Use SHAKE128 (128-bit security strength).

Shake256 = 1

Use SHAKE256 (256-bit security strength).