Package com.objectwave.crypto

Interface Summary
SquareMode  
 

Class Summary
CryptoInputStream Read data blocks encrypted via an instance of the CryptoOutputStream class.
CryptoOutputStream Encrypt bytes written to this stream into 16-byte blocks using the Square cryptography algorithm.
SquareCbc  
SquareCfb Cipher feedback (CFB) support for the Square block cipher.
SquareCts  
SquareEcb  
SquareOfb Output feedback (OFB) support for the Square block cipher.
SquareTest