passhash_state.hpp File Reference
#include <boost/accumulators/framework/accumulator_set.hpp>
#include <boost/accumulators/framework/features.hpp>
#include <nil/crypto3/passhash/accumulators/passhash.hpp>
+ Include dependency graph for passhash_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::passhash
 

Typedefs

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