Fabcoin Core  0.16.2
P2P Digital Currency
Public Types | List of all members
CFB_FIPS_Mode< CIPHER > Class Template Reference

CFB block cipher mode of operation providing FIPS validated cryptography. More...

#include <modes.h>

Inheritance diagram for CFB_FIPS_Mode< CIPHER >:
[legend]
Collaboration diagram for CFB_FIPS_Mode< CIPHER >:
[legend]

Public Types

typedef CipherModeFinalTemplate_CipherHolder< typename CIPHER::Encryption, ConcretePolicyHolder< Empty, CFB_RequireFullDataBlocks< CFB_EncryptionTemplate< AbstractPolicyHolder< CFB_CipherAbstractPolicy, CFB_ModePolicy > > > > > Encryption
 
typedef CipherModeFinalTemplate_CipherHolder< typename CIPHER::Encryption, ConcretePolicyHolder< Empty, CFB_RequireFullDataBlocks< CFB_DecryptionTemplate< AbstractPolicyHolder< CFB_CipherAbstractPolicy, CFB_ModePolicy > > > > > Decryption
 
- Public Types inherited from SymmetricCipherDocumentation
typedef SymmetricCipher Encryption
 implements the SymmetricCipher interface More...
 
typedef SymmetricCipher Decryption
 implements the SymmetricCipher interface More...
 

Detailed Description

template<class CIPHER>
class CFB_FIPS_Mode< CIPHER >

CFB block cipher mode of operation providing FIPS validated cryptography.

Requires full block plaintext according to FIPS 800-38A

Definition at line 355 of file modes.h.

Member Typedef Documentation

Definition at line 358 of file modes.h.

Definition at line 357 of file modes.h.


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