Salsa20Engine(Int32) Constructor

Creates a Salsa20 engine with a specific number of rounds.

Definition

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

Parameters

rounds  Int32
the number of rounds (must be an even number).

See Also