ChaChaEngine(Int32) Constructor
Creates a ChaCha 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 ChaChaEngine(
int rounds
)
Public Sub New (
rounds As Integer
)
public:
ChaChaEngine(
int rounds
)
Org.BouncyCastle.Crypto.Engines.ChaChaEngine = function(rounds);
Parameters
- rounds Int32
- the number of rounds (must be an even number).