Botan
3.9.0
Crypto and TLS for C&
Botan
CRYSTALS
coeff_map_fn
Botan::CRYSTALS::coeff_map_fn Concept Reference
#include <
pqcrystals_encoding.h
>
Concept definition
template
<
typename
T,
typename
PolyCoeffT>
concept
Botan::CRYSTALS::coeff_map_fn
= std::signed_integral<PolyCoeffT> &&
requires
(T fn, PolyCoeffT coeff) {
{ fn(coeff) } -> std::same_as<std::make_unsigned_t<PolyCoeffT>>;
}
Botan::CRYSTALS::coeff_map_fn
Definition
pqcrystals_encoding.h:47
Detailed Description
Definition at line
47
of file
pqcrystals_encoding.h
.
Generated by
1.14.0