Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
ChaCha12 Class Reference

ChaCha12 stream cipher. More...

#include <chacha.h>

Inheritance diagram for ChaCha12:
[legend]
Collaboration diagram for ChaCha12:
[legend]

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...
 

Detailed Description

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.

See also
ChaCha, a variant of Salsa20 (2008.01.28).
Since
Crypto++ 5.6.4

Definition at line 70 of file chacha.h.

Member Typedef Documentation

Definition at line 73 of file chacha.h.

Definition at line 72 of file chacha.h.


The documentation for this class was generated from the following file: