Package de.flexiprovider.core.mars

Provides the MARS block cipher as described in http://www.research.ibm.com/security/mars.html.

See:
          Description

Class Summary
MARS MARSBlockCipher implements the MARS Cipher.
MARSKey MARSKey is used to store a symmetric key for MARS encryption/decryption.
MARSKeyFactory This class represents a factory for secret keys.
MARSKeyGenerator This class is used to generate keys for the MARS block cipher.
MARSKeyGenParameterSpec This class specifies parameters used for initializing the MARSKeyGenerator.
 

Package de.flexiprovider.core.mars Description

Provides the MARS block cipher as described in http://www.research.ibm.com/security/mars.html.