pubkey/include/nil/crypto3/pubkey/algorithm/decrypt.hpp File Reference
+ Include dependency graph for pubkey/include/nil/crypto3/pubkey/algorithm/decrypt.hpp:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::pubkey
 

Typedefs

template<typename Scheme >
using nil::crypto3::pubkey::decryption_init_params_type = typename decrypt_op< Scheme >::init_params_type
 

Functions

template<typename Scheme , typename Mode = pubkey::modes::isomorphic<Scheme>, typename ProcessingMode = typename Mode::decryption_policy, typename SinglePassRange , typename PubkeyAccumulator = pubkey::pubkey_accumulator_set<ProcessingMode>, typename StreamSchemeImpl = pubkey::detail::value_pubkey_impl<PubkeyAccumulator>, typename SchemeImpl = pubkey::detail::range_pubkey_impl<StreamSchemeImpl>>
SchemeImpl nil::crypto3::decrypt (const SinglePassRange &range, const pubkey::decryption_init_params_type< Scheme > &init_params)
 
template<typename Scheme , typename Mode = pubkey::modes::isomorphic<Scheme>, typename ProcessingMode = typename Mode::decryption_policy, typename SinglePassRange , typename OutputIterator >
OutputIterator nil::crypto3::decrypt (const SinglePassRange &range, const pubkey::decryption_init_params_type< Scheme > &init_params, OutputIterator out)
 
template<typename Scheme , typename Mode = pubkey::modes::isomorphic<Scheme>, typename ProcessingMode = typename Mode::decryption_policy, typename SinglePassRange , typename OutputAccumulator = pubkey::pubkey_accumulator_set<ProcessingMode>>
std::enable_if< boost::accumulators::detail::is_accumulator_set< OutputAccumulator >::value, OutputAccumulator >::type & nil::crypto3::decrypt (const SinglePassRange &range, OutputAccumulator &acc)
 
template<typename Scheme , typename Mode = pubkey::modes::isomorphic<Scheme>, typename ProcessingMode = typename Mode::decryption_policy, typename InputIterator , typename PubkeyAccumulator = pubkey::pubkey_accumulator_set<ProcessingMode>, typename StreamSchemeImpl = pubkey::detail::value_pubkey_impl<PubkeyAccumulator>, typename SchemeImpl = pubkey::detail::range_pubkey_impl<StreamSchemeImpl>>
SchemeImpl nil::crypto3::decrypt (InputIterator first, InputIterator last, const pubkey::decryption_init_params_type< Scheme > &init_params)
 
template<typename Scheme , typename Mode = pubkey::modes::isomorphic<Scheme>, typename ProcessingMode = typename Mode::decryption_policy, typename InputIterator , typename OutputIterator >
OutputIterator nil::crypto3::decrypt (InputIterator first, InputIterator last, const pubkey::decryption_init_params_type< Scheme > &init_params, OutputIterator out)
 
template<typename Scheme , typename Mode = pubkey::modes::isomorphic<Scheme>, typename ProcessingMode = typename Mode::decryption_policy, typename InputIterator , typename OutputAccumulator = pubkey::pubkey_accumulator_set<ProcessingMode>>
std::enable_if< boost::accumulators::detail::is_accumulator_set< OutputAccumulator >::value, OutputAccumulator >::type & nil::crypto3::decrypt (InputIterator first, InputIterator last, OutputAccumulator &acc)