5#ifndef DIGESTPP_ALGORITHM_ESCH_HPP
6#define DIGESTPP_ALGORITHM_ESCH_HPP
Main class template implementing the public API for hashing.
Definition hasher.hpp:38
hasher< detail::esch_provider< 384, true > > esch256_xof
XOEsch256 (Esch-256 in XOF mode)
Definition esch.hpp:84
hasher< detail::esch_provider< 512, true > > esch384_xof
XOEsch384 (Esch-384 in XOF mode)
Definition esch.hpp:107
hasher< detail::esch_provider< 512, false > > esch
Esch hash function.
Definition esch.hpp:56
digestpp namespace
Definition ascon.hpp:14