nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy > Struct Template Reference

#include <verify.hpp>

+ Inheritance diagram for nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >:
+ Collaboration diagram for nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >:

Public Types

typedef processing_policy::result_type result_type
 

Public Member Functions

template<typename Args >
void operator() (const Args &args)
 
result_type result (boost::accumulators::dont_care) const
 
template<typename Args >
 verify_impl (const Args &args)
 

Protected Types

typedef processing_policy::internal_accumulator_type internal_accumulator_type
 
typedef processing_policy::msg_repr_type msg_repr_type
 
typedef ProcessingPolicy processing_policy
 

Protected Member Functions

template<typename InputRange , typename InputIterator >
void resolve_type (const InputRange &range, InputIterator)
 
template<typename InputIterator >
void resolve_type (InputIterator first, InputIterator last)
 

Protected Attributes

internal_accumulator_type acc
 
msg_repr_type msg_repr
 

Member Typedef Documentation

◆ internal_accumulator_type

template<typename ProcessingPolicy >
typedef processing_policy::internal_accumulator_type nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::internal_accumulator_type
protected

◆ msg_repr_type

template<typename ProcessingPolicy >
typedef processing_policy::msg_repr_type nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::msg_repr_type
protected

◆ processing_policy

template<typename ProcessingPolicy >
typedef ProcessingPolicy nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::processing_policy
protected

◆ result_type

template<typename ProcessingPolicy >
typedef processing_policy::result_type nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::result_type

Constructor & Destructor Documentation

◆ verify_impl()

template<typename ProcessingPolicy >
template<typename Args >
nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::verify_impl ( const Args &  args)
inline

Member Function Documentation

◆ operator()()

template<typename ProcessingPolicy >
template<typename Args >
void nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::operator() ( const Args &  args)
inline

◆ resolve_type() [1/2]

template<typename ProcessingPolicy >
template<typename InputRange , typename InputIterator >
void nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::resolve_type ( const InputRange &  range,
InputIterator   
)
inlineprotected

◆ resolve_type() [2/2]

template<typename ProcessingPolicy >
template<typename InputIterator >
void nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::resolve_type ( InputIterator  first,
InputIterator  last 
)
inlineprotected

◆ result()

template<typename ProcessingPolicy >
result_type nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::result ( boost::accumulators::dont_care  ) const
inline

Member Data Documentation

◆ acc

template<typename ProcessingPolicy >
internal_accumulator_type nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::acc
protected

◆ msg_repr

template<typename ProcessingPolicy >
msg_repr_type nil::crypto3::pubkey::padding::accumulators::impl::verify_impl< ProcessingPolicy >::msg_repr
protected

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