Botan 3.7.1
Crypto and TLS for C&
Botan::@166206352017211342026252062035143341143252263126::curve_supports_fe_invert2 Concept Reference

#include <pcurves_impl.h>

Concept definition

template<typename C>
concept Botan::@166206352017211342026252062035143341143252263126::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

Field inversion concept

This concept checks if the FieldElement supports fe_invert2

Definition at line 1318 of file pcurves_impl.h.