Salsa20Engine(Int32) Constructor
Creates a Salsa20 engine with a specific number of rounds.
Namespace: Org.BouncyCastle.Crypto.EnginesAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public Salsa20Engine(
int rounds
)
Public Sub New (
rounds As Integer
)
public:
Salsa20Engine(
int rounds
)
Org.BouncyCastle.Crypto.Engines.Salsa20Engine = function(rounds);
Parameters
- rounds Int32
- the number of rounds (must be an even number).