nil::crypto3::pubkey::reconstruct_secret_op< weighted_shamir_sss< Group > > Struct Template Reference

#include <weighted_shamir.hpp>

+ Collaboration diagram for nil::crypto3::pubkey::reconstruct_secret_op< weighted_shamir_sss< Group > >:

Public Types

typedef std::vector< share_typeinternal_accumulator_type
 
typedef secret_type result_type
 
typedef weighted_shamir_sss< Group > scheme_type
 
typedef secret_sss< scheme_typesecret_type
 
typedef share_sss< scheme_typeshare_type
 

Static Public Member Functions

static void init_accumulator ()
 
static result_type process (internal_accumulator_type &acc)
 
static void update (internal_accumulator_type &acc, const share_type &share)
 

Member Typedef Documentation

◆ internal_accumulator_type

template<typename Group >
typedef std::vector<share_type> nil::crypto3::pubkey::reconstruct_secret_op< weighted_shamir_sss< Group > >::internal_accumulator_type

◆ result_type

◆ scheme_type

◆ secret_type

◆ share_type

Member Function Documentation

◆ init_accumulator()

template<typename Group >
static void nil::crypto3::pubkey::reconstruct_secret_op< weighted_shamir_sss< Group > >::init_accumulator ( )
inlinestatic

◆ process()

template<typename Group >
static result_type nil::crypto3::pubkey::reconstruct_secret_op< weighted_shamir_sss< Group > >::process ( internal_accumulator_type acc)
inlinestatic

◆ update()

template<typename Group >
static void nil::crypto3::pubkey::reconstruct_secret_op< weighted_shamir_sss< Group > >::update ( internal_accumulator_type acc,
const share_type share 
)
inlinestatic

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