Fabcoin Core
0.16.2
P2P Digital Currency
|
ChaCha12 stream cipher. More...
#include <chacha.h>
Public Types | |
typedef SymmetricCipherFinal< ConcretePolicyHolder< ChaCha_Policy< 12 >, AdditiveCipherTemplate<> >, ChaCha_Info< 12 > > | 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< 12 > | |
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... | |
ChaCha12 stream cipher.
Bernstein and ECRYPT's ChaCha is slightly different from the TLS working group's implementation for cipher suites TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256
, TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256
, and TLS_DHE_RSA_WITH_CHACHA20_POLY1305_SHA256
.
typedef Encryption ChaCha12::Decryption |
typedef SymmetricCipherFinal<ConcretePolicyHolder<ChaCha_Policy<12>, AdditiveCipherTemplate<> >, ChaCha_Info<12> > ChaCha12::Encryption |