5#ifndef DIGESTPP_ALGORITHM_ASCON_HPP
6#define DIGESTPP_ALGORITHM_ASCON_HPP
Main class template implementing the public API for hashing.
Definition hasher.hpp:38
Defines additional public functions for Ascon-CXOF.
Definition ascon_cxof_mixin.hpp:20
hasher< detail::ascon_provider< detail::ascon_type::xof > > ascon_xof
ASCON-XOF128 extendable output function.
Definition ascon.hpp:82
hasher< detail::ascon_provider< detail::ascon_type::hash > > ascon_hash
ASCON-HASH (Ascon-Hash) hash function.
Definition ascon.hpp:53
hasher< detail::ascon_provider< detail::ascon_type::cxof >, mixin::ascon_cxof_mixin > ascon_cxof
ASCON-CXOF128 customizable extendable output function.
Definition ascon.hpp:121
digestpp namespace
Definition ascon.hpp:14