Bouncy Castle Cryptography 1.48

org.bouncycastle.crypto.modes.gcm
Interface GCMExponentiator

All Known Implementing Classes:
BasicGCMExponentiator, Tables1kGCMExponentiator

public interface GCMExponentiator


Method Summary
 void exponentiateX(long pow, byte[] output)
           
 void init(byte[] x)
           
 

Method Detail

init

void init(byte[] x)

exponentiateX

void exponentiateX(long pow,
                   byte[] output)

Bouncy Castle Cryptography 1.48