Poly1305KeyGeneratorEngineGenerateKey Method
Generates a 256 bit key in the format required for Poly1305 - e.g.
k[0] ... k[15], r[0] ... r[15]
with the required bits in
cleared
as per
Clamp(Byte).
Namespace: Org.BouncyCastle.Crypto.GeneratorsAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
protected override byte[] EngineGenerateKey()
Protected Overrides Function EngineGenerateKey As Byte()
protected:
virtual array<unsigned char>^ EngineGenerateKey() override
function EngineGenerateKey();
Return Value
Byte