nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type > Struct Template Reference

#include <emsa_raw.hpp>

+ Collaboration diagram for nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >:

Public Types

typedef std::vector< ValueType > internal_accumulator_type
 
typedef internal_accumulator_type result_type
 

Static Public Member Functions

static void init_accumulator (internal_accumulator_type &acc)
 
static result_type process (internal_accumulator_type &acc)
 
template<typename InputRange >
static std::enable_if< std::is_same< ValueType, typename std::iterator_traits< typename InputRange::iterator >::value_type >::value >::type update (internal_accumulator_type &acc, const InputRange &range)
 
template<typename InputIterator >
static std::enable_if< std::is_same< ValueType, typename std::iterator_traits< InputIterator >::value_type >::value >::type update (internal_accumulator_type &acc, InputIterator first, InputIterator last)
 

Member Typedef Documentation

◆ internal_accumulator_type

template<typename ValueType >
typedef std::vector<ValueType> nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >::internal_accumulator_type

◆ result_type

template<typename ValueType >
typedef internal_accumulator_type nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >::result_type

Member Function Documentation

◆ init_accumulator()

template<typename ValueType >
static void nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >::init_accumulator ( internal_accumulator_type acc)
inlinestatic

◆ process()

template<typename ValueType >
static result_type nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >::process ( internal_accumulator_type acc)
inlinestatic

◆ update() [1/2]

template<typename ValueType >
template<typename InputRange >
static std::enable_if<std::is_same< ValueType, typename std::iterator_traits<typename InputRange::iterator>::value_type>::value>::type nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >::update ( internal_accumulator_type acc,
const InputRange &  range 
)
inlinestatic

◆ update() [2/2]

template<typename ValueType >
template<typename InputIterator >
static std::enable_if<std::is_same< ValueType, typename std::iterator_traits<InputIterator>::value_type>::value>::type nil::crypto3::pubkey::padding::detail::emsa_raw_encoding_policy< ValueType, typename std::enable_if< std::is_integral< ValueType >::value >::type >::update ( internal_accumulator_type acc,
InputIterator  first,
InputIterator  last 
)
inlinestatic

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