CShakeDigest(Int32, Byte, Byte) Constructor

Base constructor

Definition

Namespace: Org.BouncyCastle.Crypto.Digests
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public CShakeDigest(
	int bitLength,
	byte[] N,
	byte[] S
)

Parameters

bitLength  Int32
bit length of the underlying SHAKE function, 128 or 256.
N  Byte
the function name string, note this is reserved for use by NIST. Avoid using it if not required.
S  Byte
the customization string - available for local use.

See Also