nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding > Struct Template Reference

#include <cipher_modes.hpp>

+ Inheritance diagram for nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >:
+ Collaboration diagram for nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >:

Public Types

typedef cipher_type::block_type block_type
 
typedef Cipher cipher_type
 
typedef cipher_type::endian_type endian_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 >
typedef cipher_type::block_type nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::block_type

◆ cipher_type

template<typename Cipher , typename Padding >
typedef Cipher nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::cipher_type

◆ endian_type

template<typename Cipher , typename Padding >
typedef cipher_type::endian_type nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::endian_type

◆ padding_type

template<typename Cipher , typename Padding >
typedef Padding nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::padding_type

◆ size_type

template<typename Cipher , typename Padding >
typedef std::size_t nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::size_type

Member Data Documentation

◆ block_bits

template<typename Cipher , typename Padding >
constexpr static const size_type nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::block_bits = cipher_type::block_bits
staticconstexpr

◆ block_words

template<typename Cipher , typename Padding >
constexpr static const size_type nil::crypto3::block::detail::isomorphic_policy< Cipher, Padding >::block_words = cipher_type::block_words
staticconstexpr

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