Botan 3.6.0
Crypto and TLS for C&
Botan::CRYSTALS::coeff_unmap_fn Concept Reference

#include <pqcrystals_encoding.h>

Concept definition

template<typename T, typename PolyCoeffT>
std::signed_integral<PolyCoeffT> && requires(T fn, std::make_unsigned_t<PolyCoeffT> coeff_value) {
{ fn(coeff_value) } -> std::same_as<PolyCoeffT>;
}
FE_25519 T
Definition ge.cpp:34

Detailed Description

Definition at line 52 of file pqcrystals_encoding.h.