Table of Contents

Interface IGcmExponentiator

Namespace
Org.BouncyCastle.Crypto.Modes.Gcm
Assembly
BouncyCastle.Cryptography.dll
[Obsolete("Will be removed")]
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[]