pbkdf_state.hpp File Reference
#include <boost/accumulators/framework/accumulator_set.hpp>
#include <boost/accumulators/framework/features.hpp>
#include <nil/crypto3/pbkdf/accumulators/pbkdf.hpp>
+ Include dependency graph for pbkdf_state.hpp:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::pbkdf
 

Typedefs

template<typename Pbkdf >
using nil::crypto3::pbkdf::accumulator_set = boost::accumulators::accumulator_set< static_digest< Pbkdf::input_block_bits >, boost::accumulators::features< accumulators::tag::pbkdf< Pbkdf > >>