Botan 3.6.0
Crypto and TLS for C&
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>>;
}
FE_25519 T
Definition ge.cpp:34

Detailed Description

Definition at line 47 of file pqcrystals_encoding.h.