cfb.hpp File Reference
#include <memory>
#include <limits>
#include <boost/static_assert.hpp>
#include <nil/crypto3/modes/mode.hpp>
#include <nil/crypto3/modes/cts.hpp>
+ Include dependency graph for cfb.hpp:

Go to the source code of this file.

Classes

struct  nil::crypto3::block::modes::cipher_feedback< Cipher, FeedbackBits, Padding, CiphertextStealingMode >::bind< Policy >
 
struct  nil::crypto3::block::modes::detail::cfb_decryption_policy< Cipher, FeedbackBits, Padding, CiphertextStealingMode >
 
struct  nil::crypto3::block::modes::detail::cfb_decryption_policy< Cipher, FeedbackBits, Padding, cts< 0, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_decryption_policy< Cipher, FeedbackBits, Padding, cts< 1, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_decryption_policy< Cipher, FeedbackBits, Padding, cts< 2, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_decryption_policy< Cipher, FeedbackBits, Padding, cts< 3, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_encryption_policy< Cipher, FeedbackBits, Padding, CiphertextStealingMode >
 
struct  nil::crypto3::block::modes::detail::cfb_encryption_policy< Cipher, FeedbackBits, Padding, cts< 0, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_encryption_policy< Cipher, FeedbackBits, Padding, cts< 1, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_encryption_policy< Cipher, FeedbackBits, Padding, cts< 2, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_encryption_policy< Cipher, FeedbackBits, Padding, cts< 3, Cipher, Padding > >
 
struct  nil::crypto3::block::modes::detail::cfb_policy< Cipher, Padding, Allocator >
 
class  nil::crypto3::block::modes::detail::cipher_feedback< Policy >
 
struct  nil::crypto3::block::modes::cipher_feedback< Cipher, FeedbackBits, Padding, CiphertextStealingMode >
 Cipher Feedback Mode (CBC). More...
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::block
 
 nil::crypto3::block::modes
 
 nil::crypto3::block::modes::detail
 

Typedefs

template<typename Cipher , std::size_t FeedbackBits, template< typename > class Padding, template< typename, typename > class CiphertextStealingMode = cts0>
using nil::crypto3::block::modes::cfb = cipher_feedback< Cipher, FeedbackBits, Padding, CiphertextStealingMode >