#include <pqcrystals_encoding.h>
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>;
}
Definition at line 52 of file pqcrystals_encoding.h.