Botan 3.6.0
Crypto and TLS for C&
Botan::PCurve::curve_supports_scalar_invert Concept Reference

#include <pcurves_wrap.h>

Concept definition

template<typename C>
concept Botan::PCurve::curve_supports_scalar_invert = requires(const typename C::Scalar& s) {
{ C::scalar_invert(s) } -> std::same_as<typename C::Scalar>;
}

Detailed Description

Definition at line 16 of file pcurves_wrap.h.