#include <eax.hpp>

+ Collaboration diagram for nil::crypto3::block::modes::detail::eax< Policy >:

Public Types

typedef policy_type::associated_data_type associated_data_type
 
typedef cipher_type::block_type block_type
 
typedef policy_type::cipher_type cipher_type
 
typedef cipher_type::key_type key_type
 
typedef policy_type::mac_type mac_type
 
typedef policy_type::nonce_type nonce_type
 
typedef policy_type::padding_type padding_type
 
typedef policy_type::stream_cipher_type stream_cipher_type
 

Public Member Functions

block_type begin_message (const block_type &plaintext)
 
template<typename AssociatedDataContainer >
 eax (const cipher_type &cipher, const stream_cipher_type &stream_cipher, const mac_type &mac, const AssociatedDataContainer &associated_data)
 
template<typename AssociatedDataContainer >
 eax (const key_type &key, const AssociatedDataContainer &associated_data)
 
block_type end_message (const block_type &plaintext)
 
block_type process_block (const block_type &plaintext)
 

Static Public Member Functions

static std::size_t required_output_size (std::size_t inputlen)
 

Static Public Attributes

constexpr static const std::size_t block_bits = policy_type::block_bits
 
constexpr static const std::size_t block_words = policy_type::block_words
 

Protected Member Functions

template<typename AssociatedDataContainer >
void schedule_associated_data (const AssociatedDataContainer &iad)
 

Protected Attributes

associated_data_type ad
 
cipher_type cipher
 
mac_type mac
 
stream_cipher_type stream_cipher
 

Member Typedef Documentation

◆ associated_data_type

template<typename Policy >
typedef policy_type::associated_data_type nil::crypto3::block::modes::detail::eax< Policy >::associated_data_type

◆ block_type

template<typename Policy >
typedef cipher_type::block_type nil::crypto3::block::modes::detail::eax< Policy >::block_type

◆ cipher_type

template<typename Policy >
typedef policy_type::cipher_type nil::crypto3::block::modes::detail::eax< Policy >::cipher_type

◆ key_type

template<typename Policy >
typedef cipher_type::key_type nil::crypto3::block::modes::detail::eax< Policy >::key_type

◆ mac_type

template<typename Policy >
typedef policy_type::mac_type nil::crypto3::block::modes::detail::eax< Policy >::mac_type

◆ nonce_type

template<typename Policy >
typedef policy_type::nonce_type nil::crypto3::block::modes::detail::eax< Policy >::nonce_type

◆ padding_type

template<typename Policy >
typedef policy_type::padding_type nil::crypto3::block::modes::detail::eax< Policy >::padding_type

◆ stream_cipher_type

template<typename Policy >
typedef policy_type::stream_cipher_type nil::crypto3::block::modes::detail::eax< Policy >::stream_cipher_type

Constructor & Destructor Documentation

◆ eax() [1/2]

template<typename Policy >
template<typename AssociatedDataContainer >
nil::crypto3::block::modes::detail::eax< Policy >::eax ( const cipher_type cipher,
const stream_cipher_type stream_cipher,
const mac_type mac,
const AssociatedDataContainer &  associated_data 
)
inline

◆ eax() [2/2]

template<typename Policy >
template<typename AssociatedDataContainer >
nil::crypto3::block::modes::detail::eax< Policy >::eax ( const key_type key,
const AssociatedDataContainer &  associated_data 
)
inline

Member Function Documentation

◆ begin_message()

template<typename Policy >
block_type nil::crypto3::block::modes::detail::eax< Policy >::begin_message ( const block_type plaintext)
inline

◆ end_message()

template<typename Policy >
block_type nil::crypto3::block::modes::detail::eax< Policy >::end_message ( const block_type plaintext)
inline

◆ process_block()

template<typename Policy >
block_type nil::crypto3::block::modes::detail::eax< Policy >::process_block ( const block_type plaintext)
inline

◆ required_output_size()

template<typename Policy >
static std::size_t nil::crypto3::block::modes::detail::eax< Policy >::required_output_size ( std::size_t  inputlen)
inlinestatic

◆ schedule_associated_data()

template<typename Policy >
template<typename AssociatedDataContainer >
void nil::crypto3::block::modes::detail::eax< Policy >::schedule_associated_data ( const AssociatedDataContainer &  iad)
inlineprotected

Member Data Documentation

◆ ad

template<typename Policy >
associated_data_type nil::crypto3::block::modes::detail::eax< Policy >::ad
protected

◆ block_bits

template<typename Policy >
constexpr static const std::size_t nil::crypto3::block::modes::detail::eax< Policy >::block_bits = policy_type::block_bits
staticconstexpr

◆ block_words

template<typename Policy >
constexpr static const std::size_t nil::crypto3::block::modes::detail::eax< Policy >::block_words = policy_type::block_words
staticconstexpr

◆ cipher

template<typename Policy >
cipher_type nil::crypto3::block::modes::detail::eax< Policy >::cipher
protected

◆ mac

template<typename Policy >
mac_type nil::crypto3::block::modes::detail::eax< Policy >::mac
protected

◆ stream_cipher

template<typename Policy >
stream_cipher_type nil::crypto3::block::modes::detail::eax< Policy >::stream_cipher
protected

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