gnu.crypto.assembly
class CascadeStage extends Stage
A Cascade Stage in a Cascade Cipher.
Version: $Revision: 1.3 $
Constructor Summary | |
---|---|
CascadeStage(Cascade cascade, Direction forwardDirection) |
Method Summary | |
---|---|
Set | blockSizes() |
int | currentBlockSize() |
void | initDelegate(Map attributes) |
void | resetDelegate() |
boolean | selfTest() |
void | updateDelegate(byte[] in, int inOffset, byte[] out, int outOffset) |