#include <boost/accumulators/framework/accumulator_set.hpp>
#include <boost/accumulators/framework/features.hpp>
#include <nil/crypto3/codec/accumulators/codec.hpp>
Go to the source code of this file.
|
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...
|
|