Crypto++ 8.7
Free C++ class library of cryptographic schemes
|
Classes for the ARIA block cipher. More...
Go to the source code of this file.
Classes | |
struct | ARIA_Info |
ARIA block cipher information. More... | |
class | ARIA |
ARIA block cipher. More... | |
class | ARIA::Base |
Typedefs | |
typedef ARIA::Encryption | ARIAEncryption |
typedef ARIA::Decryption | ARIADecryption |
Classes for the ARIA block cipher.
The Crypto++ ARIA implementation is based on the 32-bit implementation by Aaram Yun from the National Security Research Institute, KOREA. Aaram Yun's implementation is based on the 8-bit implementation by Jin Hong. The source files are available in ARIA.zip from the Korea Internet & Security Agency website.
Definition in file aria.h.
typedef ARIA::Encryption ARIAEncryption |
typedef ARIA::Decryption ARIADecryption |