Poly1305KeyGeneratorEngineGenerateKey Method

Generates a 256 bit key in the format required for Poly1305 - e.g.
C#
k[0] ... k[15], r[0] ... r[15]
with the required bits in
C#
r
cleared as per Clamp(Byte).

Definition

Namespace: Org.BouncyCastle.Crypto.Generators
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected override byte[] EngineGenerateKey()

Return Value

Byte

See Also