Poly1305KeyGeneratorEngineInit Method

Initialises the key generator.

Definition

Namespace: Org.BouncyCastle.Crypto.Generators
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected override void EngineInit(
	KeyGenerationParameters param
)

Parameters

param  KeyGenerationParameters
 

Remarks

Poly1305 keys are always 256 bits, so the key length in the provided parameters is ignored.

See Also