Class AEStables

java.lang.Object
  extended by AEStables

public class AEStables
extends java.lang.Object


Constructor Summary
AEStables()
           
 
Method Summary
 byte FFInv(byte b)
           
 byte FFMul(byte a, byte b)
           
 byte FFMulFast(byte a, byte b)
           
 byte invSBox(byte b)
           
 int ithBit(byte b, int i)
           
 byte Rcon(int i)
           
 byte SBox(byte b)
           
 int subBytes(byte b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AEStables

public AEStables()
Method Detail

SBox

public byte SBox(byte b)

invSBox

public byte invSBox(byte b)

Rcon

public byte Rcon(int i)

FFMulFast

public byte FFMulFast(byte a,
                      byte b)

FFMul

public byte FFMul(byte a,
                  byte b)

FFInv

public byte FFInv(byte b)

ithBit

public int ithBit(byte b,
                  int i)

subBytes

public int subBytes(byte b)