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

Sosemanuk stream cipher. More...

#include <sosemanuk.h>

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

Public Types

typedef SymmetricCipherFinal< ConcretePolicyHolder< SosemanukPolicy, AdditiveCipherTemplate<> >, SosemanukInfoEncryption
 
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 SosemanukInfo
CRYPTOPP_STATIC_CONSTEXPR const char * StaticAlgorithmName ()
 
- Public Member Functions inherited from VariableKeyLength< 16, 1, 32, 1, SimpleKeyingInterface::UNIQUE_IV, 16 >
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

Sosemanuk stream cipher.

is a stream cipher developed by Come Berbain, Olivier Billet, Anne Canteaut, Nicolas Courtois, Henri Gilbert, Louis Goubin, Aline Gouget, Louis Granboulan, Cédric Lauradoux, Marine Minier, Thomas Pornin and Hervé Sibert. Sosemanuk is one of the final four Profile 1 (software) ciphers selected for the eSTREAM Portfolio.

See also
Sosemanuk
Since
Crypto++ 5.5

Definition at line 56 of file sosemanuk.h.

Member Typedef Documentation

Definition at line 59 of file sosemanuk.h.

Definition at line 58 of file sosemanuk.h.


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