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

Typedefs

template<typename ProcessingPolicy >
using nil::crypto3::mac::computation_accumulator_set = boost::accumulators::accumulator_set< typename ProcessingPolicy::result_type, boost::accumulators::features< accumulators::tag::mac< ProcessingPolicy > >>