ThreefishEngine Constructor

Constructs a new Threefish cipher, with a specified block size.

Definition

Namespace: Org.BouncyCastle.Crypto.Engines
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public ThreefishEngine(
	int blocksizeBits
)

Parameters

blocksizeBits  Int32
the block size in bits, one of BLOCKSIZE_256, BLOCKSIZE_512, BLOCKSIZE_1024 .

See Also