digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
ascon.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  digestpp
 digestpp namespace
 

Typedefs

typedef hasher< detail::ascon_provider< detail::ascon_type::hash > > digestpp::ascon_hash
 ASCON-HASH (Ascon-Hash) hash function.
 
typedef hasher< detail::ascon_provider< detail::ascon_type::xof > > digestpp::ascon_xof
 ASCON-XOF128 extendable output function.
 
typedef hasher< detail::ascon_provider< detail::ascon_type::cxof >, mixin::ascon_cxof_mixindigestpp::ascon_cxof
 ASCON-CXOF128 customizable extendable output function.