Table of Contents

Interface IGcmExponentiator

Namespace
Enterprises.Org.BouncyCastle.Crypto.Modes.Gcm
Assembly
Enterprises.BouncyCastle.Crypto.dll
public interface IGcmExponentiator

Methods

ExponentiateX(long, byte[])

void ExponentiateX(long pow, byte[] output)

Parameters

pow long
output byte[]

Init(byte[])

void Init(byte[] x)

Parameters

x byte[]