gnu.crypto.cipher
public final class Square extends BaseCipher
Square is a 128-bit key, 128-bit block cipher algorithm developed by Joan Daemen, Lars Knudsen and Vincent Rijmen.
References:
Version: $Revision: 1.10 $
Constructor Summary | |
---|---|
Square() Trivial 0-arguments constructor. |
Method Summary | |
---|---|
Iterator | blockSizes() |
Object | clone() |
void | decrypt(byte[] in, int i, byte[] out, int j, Object k, int bs) |
void | encrypt(byte[] in, int i, byte[] out, int j, Object k, int bs) |
Iterator | keySizes() |
Object | makeKey(byte[] uk, int bs) |
boolean | selfTest() |