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

Typedefs

template<typename KeyDerivationFunction >
using nil::crypto3::kdf::accumulator_set = boost::accumulators::accumulator_set< digest< KeyDerivationFunction::input_block_bits >, boost::accumulators::features< accumulators::tag::hash< typename KeyDerivationFunction::hash_type >, accumulators::tag::kdf< KeyDerivationFunction > >>