Botan 3.6.0
Crypto and TLS for C&
Botan::@301::curve_supports_fe_invert2 Concept Reference

#include <pcurves_impl.h>

Concept definition

template<typename C>
concept Botan::@301::curve_supports_fe_invert2 = requires(const typename C::FieldElement& fe) {
{ C::fe_invert2(fe) } -> std::same_as<typename C::FieldElement>;
}
FE_25519 fe
Definition ed25519_fe.h:140

Detailed Description

Definition at line 982 of file pcurves_impl.h.