padding_state.hpp File Reference
#include <boost/accumulators/framework/accumulator_set.hpp>
#include <boost/accumulators/framework/features.hpp>
#include <nil/crypto3/pkpad/accumulators/encode.hpp>
#include <nil/crypto3/pkpad/accumulators/verify.hpp>
+ Include dependency graph for padding_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
 
 nil::crypto3::pubkey::padding
 

Typedefs

template<typename Padding >
using nil::crypto3::pubkey::padding::encoding_accumulator_set = boost::accumulators::accumulator_set< typename Padding::encoding_policy::result_type, boost::accumulators::features< accumulators::tag::encode< typename Padding::encoding_policy > >>
 Accumulator set with pre-defined signing accumulator params. More...
 
template<typename Padding >
using nil::crypto3::pubkey::padding::verification_accumulator_set = boost::accumulators::accumulator_set< typename Padding::verification_policy::result_type, boost::accumulators::features< accumulators::tag::verify< typename Padding::verification_policy > >>
 Accumulator set with pre-defined signing accumulator params. More...