CShakeDigest(Int32, Byte, Byte) Constructor
Base constructor
Namespace: Org.BouncyCastle.Crypto.DigestsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public CShakeDigest(
int bitLength,
byte[] N,
byte[] S
)
Org.BouncyCastle.Crypto.Digests.CShakeDigest = function(bitLength, N, 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.