mgf1.hpp File Reference
+ 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::pubkey
 
 nil::crypto3::pubkey::padding
 

Functions

template<typename Hash , typename InputIterator , typename OutputIterator , typename StreamHash = typename Hash::template stream_hash< std::numeric_limits<typename std::iterator_traits<InputIterator>::value_type>::digits + std::numeric_limits<typename std::iterator_traits<InputIterator>::value_type>::is_signed>::type>
OutputIterator nil::crypto3::pubkey::padding::mgf1_mask (InputIterator first, InputIterator last, OutputIterator out, StreamHash sh=StreamHash())
 MGF1 from PKCS #1 v2.0. More...