nil::crypto3::block::modes::detail::ofb_encryption_policy< Cipher, Padding, CiphertextStealingMode > Struct Template Reference

#include <ofb.hpp>

+ Inheritance diagram for nil::crypto3::block::modes::detail::ofb_encryption_policy< Cipher, Padding, CiphertextStealingMode >:
+ Collaboration diagram for nil::crypto3::block::modes::detail::ofb_encryption_policy< Cipher, Padding, CiphertextStealingMode >:

Public Types

typedef cipher_type::block_type block_type
 
typedef Cipher cipher_type
 
typedef std::vector< boost::uint_t< CHAR_BIT >, Allocator< boost::uint_t< CHAR_BIT > > > iv_type
 
typedef Padding padding_type
 
typedef std::size_t size_type
 

Static Public Attributes

constexpr static const size_type block_bits = cipher_type::block_bits
 
constexpr static const size_type block_words = cipher_type::block_words
 

Member Typedef Documentation

◆ block_type

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
typedef cipher_type::block_type nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::block_type
inherited

◆ cipher_type

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
typedef Cipher nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::cipher_type
inherited

◆ iv_type

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
typedef std::vector<boost::uint_t<CHAR_BIT>, Allocator<boost::uint_t<CHAR_BIT> > > nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::iv_type
inherited

◆ padding_type

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
typedef Padding nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::padding_type
inherited

◆ size_type

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
typedef std::size_t nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::size_type
inherited

Member Data Documentation

◆ block_bits

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
constexpr static const size_type nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::block_bits = cipher_type::block_bits
staticconstexprinherited

◆ block_words

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
constexpr static const size_type nil::crypto3::block::modes::detail::ofb_policy< Cipher, Padding, Allocator >::block_words = cipher_type::block_words
staticconstexprinherited

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