SkeinDigest(Int32, Int32) Constructor

Constructs a Skein digest with an internal state size and output size.

Definition

Namespace: Org.BouncyCastle.Crypto.Digests
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SkeinDigest(
	int stateSizeBits,
	int digestSizeBits
)

Parameters

stateSizeBits  Int32
the internal state size in bits - one of SKEIN_256SKEIN_512 or SKEIN_1024.
digestSizeBits  Int32
the output/digest size to produce in bits, which must be an integral number of bytes.

See Also