nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > > Struct Template Reference

#include <feldman.hpp>

+ Inheritance diagram for nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > >:
+ Collaboration diagram for nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > >:

Public Types

typedef reconstruct_public_secret_op< shamir_sss< Group > > base_type
 
typedef std::pair< typename scheme_type::indexes_type, std::set< public_share_type > > internal_accumulator_type
 
typedef public_secret_sss< scheme_typepublic_secret_type
 
typedef public_share_sss< scheme_typepublic_share_type
 
typedef public_secret_type result_type
 
typedef feldman_sss< Group > scheme_type
 

Static Public Member Functions

static void init_accumulator ()
 
static public_secret_type process (internal_accumulator_type &acc)
 
static void update (internal_accumulator_type &acc, const public_share_type &public_share)
 

Static Protected Member Functions

template<typename ResultType , typename InternalAccumulator >
static ResultType _process (InternalAccumulator &acc)
 
template<typename InternalAccumulator , typename PublicShare >
static void _update (InternalAccumulator &acc, const PublicShare &public_share)
 

Member Typedef Documentation

◆ base_type

◆ internal_accumulator_type

◆ public_secret_type

◆ public_share_type

◆ result_type

◆ scheme_type

template<typename Group >
typedef feldman_sss<Group> nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > >::scheme_type

Member Function Documentation

◆ _process()

template<typename Group >
template<typename ResultType , typename InternalAccumulator >
static ResultType nil::crypto3::pubkey::reconstruct_public_secret_op< shamir_sss< Group > >::_process ( InternalAccumulator &  acc)
inlinestaticprotectedinherited

◆ _update()

template<typename Group >
template<typename InternalAccumulator , typename PublicShare >
static void nil::crypto3::pubkey::reconstruct_public_secret_op< shamir_sss< Group > >::_update ( InternalAccumulator &  acc,
const PublicShare &  public_share 
)
inlinestaticprotectedinherited

◆ init_accumulator()

template<typename Group >
static void nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > >::init_accumulator ( )
inlinestatic

◆ process()

template<typename Group >
static public_secret_type nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > >::process ( internal_accumulator_type acc)
inlinestatic

◆ update()

template<typename Group >
static void nil::crypto3::pubkey::reconstruct_public_secret_op< feldman_sss< Group > >::update ( internal_accumulator_type acc,
const public_share_type public_share 
)
inlinestatic

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