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

ChaCha8 stream cipher. More...

#include <chacha.h>

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

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

Detailed Description

ChaCha8 stream cipher.

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

Definition at line 57 of file chacha.h.

Member Typedef Documentation

Definition at line 60 of file chacha.h.

Definition at line 59 of file chacha.h.


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