Botan
3.6.1
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
T
FE_25519 T
Definition
ge.cpp:34
Detailed Description
Definition at line
47
of file
pqcrystals_encoding.h
.
Generated by
1.12.0