Fabcoin Core
0.16.2
P2P Digital Currency
|
ChaCha8 stream cipher. More...
#include <chacha.h>
Public Types | |
typedef SymmetricCipherFinal< ConcretePolicyHolder< ChaCha_Policy< 8 >, AdditiveCipherTemplate<> >, ChaCha_Info< 8 > > | Encryption |
typedef Encryption | Decryption |
Public Types inherited from SymmetricCipherDocumentation | |
typedef SymmetricCipher | Encryption |
implements the SymmetricCipher interface More... | |
typedef SymmetricCipher | Decryption |
implements the SymmetricCipher interface More... | |
Additional Inherited Members | |
Public Member Functions inherited from ChaCha_Info< 8 > | |
CRYPTOPP_STATIC_CONSTEXPR const char * | StaticAlgorithmName () |
Public Member Functions inherited from VariableKeyLength< 32, 16, 32, 16, SimpleKeyingInterface::UNIQUE_IV, 8 > | |
CRYPTOPP_STATIC_CONSTEXPR size_t CRYPTOPP_API | StaticGetValidKeyLength (size_t keylength) |
The minimum key length used by the algorithm provided as a constant. More... | |
typedef Encryption ChaCha8::Decryption |
typedef SymmetricCipherFinal<ConcretePolicyHolder<ChaCha_Policy<8>, AdditiveCipherTemplate<> >, ChaCha_Info<8> > ChaCha8::Encryption |