nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator > Struct Template Reference

#include <cipher_value.hpp>

+ Collaboration diagram for nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >:

Public Types

typedef CipherAccumulator accumulator_set_type
 
typedef boost::mpl::front< typename accumulator_set_type::features_type >::type accumulator_type
 
typedef mode_type::encoder_type cipher_type
 
typedef CipherAccumulator::mode_type mode_type
 

Public Member Functions

 ref_cipher_impl (const accumulator_set_type &acc)
 

Public Attributes

accumulator_set_typeaccumulator_set
 

Member Typedef Documentation

◆ accumulator_set_type

template<typename CipherAccumulator >
typedef CipherAccumulator nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >::accumulator_set_type

◆ accumulator_type

template<typename CipherAccumulator >
typedef boost::mpl::front<typename accumulator_set_type::features_type>::type nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >::accumulator_type

◆ cipher_type

template<typename CipherAccumulator >
typedef mode_type::encoder_type nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >::cipher_type

◆ mode_type

template<typename CipherAccumulator >
typedef CipherAccumulator::mode_type nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >::mode_type

Constructor & Destructor Documentation

◆ ref_cipher_impl()

template<typename CipherAccumulator >
nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >::ref_cipher_impl ( const accumulator_set_type acc)
inline

Member Data Documentation

◆ accumulator_set

template<typename CipherAccumulator >
accumulator_set_type& nil::crypto3::stream::detail::ref_cipher_impl< CipherAccumulator >::accumulator_set

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