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

#include <ecb.hpp>

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

Public Types

typedef cipher_type::block_type block_type
 
typedef Cipher cipher_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::ecb_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::ecb_policy< Cipher, Padding, Allocator >::cipher_type
inherited

◆ padding_type

template<typename Cipher , typename Padding , template< typename > class Allocator = std::allocator>
typedef Padding nil::crypto3::block::modes::detail::ecb_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::ecb_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::ecb_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::ecb_policy< Cipher, Padding, Allocator >::block_words = cipher_type::block_words
staticconstexprinherited

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