secret_sharing_state.hpp File Reference
#include <boost/accumulators/accumulators.hpp>
#include <boost/accumulators/statistics/sum.hpp>
#include <boost/accumulators/framework/accumulator_set.hpp>
#include <boost/accumulators/framework/features.hpp>
#include <nil/crypto3/pubkey/accumulators/deal_shares.hpp>
#include <nil/crypto3/pubkey/accumulators/verify_share.hpp>
#include <nil/crypto3/pubkey/accumulators/reconstruct.hpp>
#include <nil/crypto3/pubkey/accumulators/deal_share.hpp>
+ Include dependency graph for secret_sharing_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::reconstructing_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::reconstruct< ProcessingMode > >>
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::share_dealing_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::deal_share< ProcessingMode > >>
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::share_verification_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::verify_share< ProcessingMode > >>
 
template<typename ProcessingMode >
using nil::crypto3::pubkey::shares_dealing_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingMode::result_type, boost::accumulators::features< accumulators::tag::deal_shares< ProcessingMode > >>