nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator > Struct Template Reference

#include <kdf_value.hpp>

+ Collaboration diagram for nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >:

Public Types

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

Public Member Functions

 value_cipher_impl (const accumulator_set_type &acc)
 

Public Attributes

accumulator_set_type accumulator_set
 

Member Typedef Documentation

◆ accumulator_set_type

template<typename KdfAccumulator >
typedef KdfAccumulator nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >::accumulator_set_type

◆ accumulator_type

template<typename KdfAccumulator >
typedef boost::mpl::front<typename accumulator_set_type::features_type>::type nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >::accumulator_type

◆ cipher_type

template<typename KdfAccumulator >
typedef mode_type::encoder_type nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >::cipher_type

◆ mode_type

template<typename KdfAccumulator >
typedef KdfAccumulator::mode_type nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >::mode_type

Constructor & Destructor Documentation

◆ value_cipher_impl()

template<typename KdfAccumulator >
nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >::value_cipher_impl ( const accumulator_set_type acc)
inline

Member Data Documentation

◆ accumulator_set

template<typename KdfAccumulator >
accumulator_set_type nil::crypto3::kdf::detail::value_cipher_impl< KdfAccumulator >::accumulator_set
mutable

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