nil::crypto3::hashes::detail::range_to_curve_impl< PaddingStateImpl > Struct Template Reference
#include <to_curve_value.hpp>


Public Types | |
typedef padding_state_impl_type::accumulator_set_type | accumulator_set_type |
typedef padding_state_impl_type::accumulator_type | accumulator_type |
typedef PaddingStateImpl | padding_state_impl_type |
typedef boost::mpl::apply< accumulator_set_type, accumulator_type >::type::result_type | result_type |
Public Member Functions | |
operator accumulator_set_type & () const | |
template<typename OutputRange > | |
operator OutputRange () const | |
operator result_type () const | |
template<typename SinglePassRange > | |
range_to_curve_impl (const SinglePassRange &range, accumulator_set_type &&ise) | |
template<typename InputIterator > | |
range_to_curve_impl (InputIterator first, InputIterator last, accumulator_set_type &&ise) | |
Member Typedef Documentation
◆ accumulator_set_type
template<typename PaddingStateImpl >
typedef padding_state_impl_type::accumulator_set_type nil::crypto3::hashes::detail::range_to_curve_impl< PaddingStateImpl >::accumulator_set_type |
◆ accumulator_type
template<typename PaddingStateImpl >
typedef padding_state_impl_type::accumulator_type nil::crypto3::hashes::detail::range_to_curve_impl< PaddingStateImpl >::accumulator_type |
◆ padding_state_impl_type
template<typename PaddingStateImpl >
typedef PaddingStateImpl nil::crypto3::hashes::detail::range_to_curve_impl< PaddingStateImpl >::padding_state_impl_type |
◆ result_type
template<typename PaddingStateImpl >
typedef boost::mpl::apply<accumulator_set_type, accumulator_type>::type::result_type nil::crypto3::hashes::detail::range_to_curve_impl< PaddingStateImpl >::result_type |
Constructor & Destructor Documentation
◆ range_to_curve_impl() [1/2]
template<typename PaddingStateImpl >
template<typename SinglePassRange >
|
inline |
◆ range_to_curve_impl() [2/2]
template<typename PaddingStateImpl >
template<typename InputIterator >
|
inline |
Member Function Documentation
◆ operator accumulator_set_type &()
template<typename PaddingStateImpl >
|
inline |
◆ operator OutputRange()
template<typename PaddingStateImpl >
template<typename OutputRange >
|
inline |
◆ operator result_type()
template<typename PaddingStateImpl >
|
inline |
The documentation for this struct was generated from the following file: