nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl > Struct Template Reference

#include <cipher_value.hpp>

+ Inheritance diagram for nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >:
+ Collaboration diagram for nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >:

Public Types

typedef cipher_state_impl_type::accumulator_set_type accumulator_set_type
 
typedef cipher_state_impl_type::accumulator_type accumulator_type
 
typedef CipherStateImpl cipher_state_impl_type
 
typedef cipher_state_impl_type::cipher_type cipher_type
 
typedef cipher_state_impl_type::mode_type mode_type
 
typedef boost::mpl::apply< accumulator_set_type, accumulator_type >::type::result_type result_type
 

Public Member Functions

 operator accumulator_set_type () const
 
template<typename T , std::size_t Size>
 operator boost::array< T, Size > () const
 
template<typename OutputRange >
 operator OutputRange () const
 
 operator result_type () const
 
template<typename T , std::size_t Size>
 operator std::array< T, Size > () const
 
template<typename SinglePassRange >
 range_cipher_impl (const SinglePassRange &range, const accumulator_set_type &ise)
 
template<typename InputIterator >
 range_cipher_impl (InputIterator first, InputIterator last, const accumulator_set_type &ise)
 

Member Typedef Documentation

◆ accumulator_set_type

template<typename CipherStateImpl >
typedef cipher_state_impl_type::accumulator_set_type nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::accumulator_set_type

◆ accumulator_type

template<typename CipherStateImpl >
typedef cipher_state_impl_type::accumulator_type nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::accumulator_type

◆ cipher_state_impl_type

template<typename CipherStateImpl >
typedef CipherStateImpl nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::cipher_state_impl_type

◆ cipher_type

template<typename CipherStateImpl >
typedef cipher_state_impl_type::cipher_type nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::cipher_type

◆ mode_type

template<typename CipherStateImpl >
typedef cipher_state_impl_type::mode_type nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::mode_type

◆ result_type

template<typename CipherStateImpl >
typedef boost::mpl::apply<accumulator_set_type, accumulator_type>::type::result_type nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::result_type

Constructor & Destructor Documentation

◆ range_cipher_impl() [1/2]

template<typename CipherStateImpl >
template<typename SinglePassRange >
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::range_cipher_impl ( const SinglePassRange &  range,
const accumulator_set_type ise 
)
inline

◆ range_cipher_impl() [2/2]

template<typename CipherStateImpl >
template<typename InputIterator >
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::range_cipher_impl ( InputIterator  first,
InputIterator  last,
const accumulator_set_type ise 
)
inline

Member Function Documentation

◆ operator accumulator_set_type()

template<typename CipherStateImpl >
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::operator accumulator_set_type ( ) const
inline

◆ operator boost::array< T, Size >()

template<typename CipherStateImpl >
template<typename T , std::size_t Size>
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::operator boost::array< T, Size > ( ) const
inline

◆ operator OutputRange()

template<typename CipherStateImpl >
template<typename OutputRange >
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::operator OutputRange ( ) const
inline

◆ operator result_type()

template<typename CipherStateImpl >
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::operator result_type ( ) const
inline

◆ operator std::array< T, Size >()

template<typename CipherStateImpl >
template<typename T , std::size_t Size>
nil::crypto3::stream::detail::range_cipher_impl< CipherStateImpl >::operator std::array< T, Size > ( ) const
inline

The documentation for this struct was generated from the following file: