digestpp 1.0
C++11 header-only message digest library
Loading...
Searching...
No Matches
ascon.hpp
Go to the documentation of this file.
1/*
2This code is written by kerukuro and released into public domain.
3*/
4
5#ifndef DIGESTPP_ALGORITHM_ASCON_HPP
6#define DIGESTPP_ALGORITHM_ASCON_HPP
7
8#include "../hasher.hpp"
11
126
127#endif // 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