pubkey_state.hpp File Reference
+ Include dependency graph for pubkey_state.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::pubkey
 

Typedefs

template<typename ProcessingMode >
using nil::crypto3::pubkey::aggregate_verification_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::aggregate_verify< ProcessingMode > >>
 Accumulator set with pre-defined aggregate verification accumulator params. More...
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::aggregation_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::aggregate< ProcessingMode > >>
 Accumulator set with pre-defined aggregation accumulator params. More...
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::pubkey_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::pubkey< ProcessingMode > >>
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::signing_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::sign< ProcessingMode > >>
 Accumulator set with pre-defined signing accumulator params. More...
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::single_msg_aggregate_verification_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::aggregate_verify_single_msg< ProcessingMode > >>
 Accumulator set with pre-defined single message aggregate verification accumulator params. More...
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::verification_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::verify< ProcessingMode > >>
 Accumulator set with pre-defined verification accumulator params. More...