Table of Contents

Class Poly1305KeyGenerator

Namespace
Enterprises.Org.BouncyCastle.Crypto.Generators
Assembly
Enterprises.BouncyCastle.Crypto.dll
public class Poly1305KeyGenerator : CipherKeyGenerator
Inheritance
Poly1305KeyGenerator
Inherited Members

Constructors

Poly1305KeyGenerator()

public Poly1305KeyGenerator()

Methods

CheckKey(byte[])

public static void CheckKey(byte[] key)

Parameters

key byte[]

Clamp(byte[])

public static void Clamp(byte[] key)

Parameters

key byte[]

engineGenerateKey()

protected override byte[] engineGenerateKey()

Returns

byte[]

engineInit(KeyGenerationParameters)

protected override void engineInit(KeyGenerationParameters param)

Parameters

param KeyGenerationParameters