nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType > Struct Template Reference

#include <to_curve.hpp>

+ Inheritance diagram for nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >:
+ Collaboration diagram for nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >:

Public Types

typedef hash_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 >
 to_curve_impl (const Args &args)
 

Protected Types

typedef HashType hash_type
 
typedef hash_type::internal_accumulator_type internal_accumulator_type
 

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
 

Member Typedef Documentation

◆ hash_type

template<typename HashType >
typedef HashType nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::hash_type
protected

◆ internal_accumulator_type

template<typename HashType >
typedef hash_type::internal_accumulator_type nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::internal_accumulator_type
protected

◆ result_type

template<typename HashType >
typedef hash_type::result_type nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::result_type

Constructor & Destructor Documentation

◆ to_curve_impl()

template<typename HashType >
template<typename Args >
nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::to_curve_impl ( const Args &  args)
inline

Member Function Documentation

◆ operator()()

template<typename HashType >
template<typename Args >
void nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::operator() ( const Args &  args)
inline

◆ resolve_type() [1/2]

template<typename HashType >
template<typename InputRange , typename InputIterator >
void nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::resolve_type ( const InputRange &  range,
InputIterator   
)
inlineprotected

◆ resolve_type() [2/2]

template<typename HashType >
template<typename InputIterator >
void nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::resolve_type ( InputIterator  first,
InputIterator  last 
)
inlineprotected

◆ result()

template<typename HashType >
result_type nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::result ( boost::accumulators::dont_care  ) const
inline

Member Data Documentation

◆ acc

template<typename HashType >
internal_accumulator_type nil::crypto3::hashes::accumulators::impl::to_curve_impl< HashType >::acc
mutableprotected

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