Fabcoin Core
0.16.2
P2P Digital Currency
|
Classes for Rijndael encryption algorithm. More...
Go to the source code of this file.
Classes | |
struct | Rijndael_Info |
Rijndael block cipher information. More... | |
class | Rijndael |
Rijndael block cipher implementation details. More... | |
class | Rijndael::Base |
Rijndael block cipher data processing functionss. More... | |
class | Rijndael::Enc |
Rijndael block cipher data processing functions. More... | |
class | Rijndael::Dec |
Rijndael block cipher data processing functions. More... | |
Typedefs | |
typedef Rijndael::Encryption | RijndaelEncryption |
typedef Rijndael::Decryption | RijndaelDecryption |
Classes for Rijndael encryption algorithm.
All key sizes are supported. The library only provides Rijndael with 128-bit blocks, and not 192-bit or 256-bit blocks
Definition in file rijndael.h.
Definition at line 83 of file rijndael.h.
Definition at line 82 of file rijndael.h.