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

Typedefs

template<typename ProcessingMode >
using nil::crypto3::stream::stream_accumulator = boost::accumulators::accumulator_set< digest< ProcessingMode::input_stream_bits >, boost::accumulators::features< accumulators::tag::stream< ProcessingMode > >>
 Cipher state managing container. More...