Botan
3.6.1
Crypto and TLS for C&
Botan
PCurve
curve_supports_scalar_invert
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>;
}
Botan::PCurve::curve_supports_scalar_invert
Definition
pcurves_wrap.h:16
Detailed Description
Definition at line
16
of file
pcurves_wrap.h
.
Generated by
1.12.0