mac/include/nil/crypto3/mac/algorithm/verify.hpp File Reference
+ Include dependency graph for mac/include/nil/crypto3/mac/algorithm/verify.hpp:

Go to the source code of this file.

Namespaces

 nil
 
 nil::crypto3
 
 nil::crypto3::mac
 

Functions

template<typename MessageAuthenticationCode , typename OutputRange , typename SinglePassRange >
OutputRange nil::crypto3::mac::verify (const SinglePassRange &rng)
 
template<typename MessageAuthenticationCode , typename SinglePassRange , typename OutputIterator >
OutputIterator nil::crypto3::mac::verify (const SinglePassRange &rng, OutputIterator out)
 
template<typename MessageAuthenticationCode , typename InputIterator , typename OutputIterator >
OutputIterator nil::crypto3::mac::verify (InputIterator first, InputIterator last, OutputIterator out)