nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode > Struct Template Reference

#include <verify_share.hpp>

+ Inheritance diagram for nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >:
+ Collaboration diagram for nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >:

Public Types

typedef processing_mode_type::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_share_impl (const Args &args)
 

Protected Types

typedef processing_mode_type::internal_accumulator_type internal_accumulator_type
 
typedef processing_mode_type::op_type op_type
 
typedef ProcessingMode processing_mode_type
 
typedef processing_mode_type::scheme_type scheme_type
 

Protected Member Functions

template<typename InputRange >
void resolve_type (const InputRange &range, std::nullptr_t)
 
void resolve_type (const typename scheme_type::public_coeff_type &public_coeff, std::nullptr_t=nullptr)
 
template<typename InputIterator >
void resolve_type (InputIterator first, InputIterator last)
 

Protected Attributes

internal_accumulator_type acc
 
std::size_t seen_coeffs
 
public_share_sss< scheme_typeverified_public_share
 

Member Typedef Documentation

◆ internal_accumulator_type

template<typename ProcessingMode >
typedef processing_mode_type::internal_accumulator_type nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::internal_accumulator_type
protected

◆ op_type

template<typename ProcessingMode >
typedef processing_mode_type::op_type nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::op_type
protected

◆ processing_mode_type

template<typename ProcessingMode >
typedef ProcessingMode nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::processing_mode_type
protected

◆ result_type

template<typename ProcessingMode >
typedef processing_mode_type::result_type nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::result_type

◆ scheme_type

template<typename ProcessingMode >
typedef processing_mode_type::scheme_type nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::scheme_type
protected

Constructor & Destructor Documentation

◆ verify_share_impl()

template<typename ProcessingMode >
template<typename Args >
nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::verify_share_impl ( const Args &  args)
inline

Member Function Documentation

◆ operator()()

template<typename ProcessingMode >
template<typename Args >
void nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::operator() ( const Args &  args)
inline

◆ resolve_type() [1/3]

template<typename ProcessingMode >
template<typename InputRange >
void nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::resolve_type ( const InputRange &  range,
std::nullptr_t   
)
inlineprotected

◆ resolve_type() [2/3]

template<typename ProcessingMode >
void nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::resolve_type ( const typename scheme_type::public_coeff_type &  public_coeff,
std::nullptr_t  = nullptr 
)
inlineprotected

◆ resolve_type() [3/3]

template<typename ProcessingMode >
template<typename InputIterator >
void nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::resolve_type ( InputIterator  first,
InputIterator  last 
)
inlineprotected

◆ result()

template<typename ProcessingMode >
result_type nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::result ( boost::accumulators::dont_care  ) const
inline

Member Data Documentation

◆ acc

template<typename ProcessingMode >
internal_accumulator_type nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::acc
mutableprotected

◆ seen_coeffs

template<typename ProcessingMode >
std::size_t nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::seen_coeffs
protected

◆ verified_public_share

template<typename ProcessingMode >
public_share_sss<scheme_type> nil::crypto3::pubkey::accumulators::impl::verify_share_impl< ProcessingMode >::verified_public_share
protected

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