codec_state.hpp File Reference
#include <boost/accumulators/framework/accumulator_set.hpp>
#include <boost/accumulators/framework/features.hpp>
#include <nil/crypto3/codec/accumulators/codec.hpp>
+ Include dependency graph for codec_state.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  nil::crypto3::codec::nop_finalizer
 
struct  nil::crypto3::codec::nop_preprocessor
 

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::codec
 

Typedefs

template<typename ProcessingMode >
using nil::crypto3::codec::accumulator_set = boost::accumulators::accumulator_set< digest< ProcessingMode::output_block_bits >, boost::accumulators::features< accumulators::tag::codec< ProcessingMode > >, std::size_t >
 Accumulator set with codec accumulator predefined params. More...