Botan
3.6.1
Crypto and TLS for C&
Botan
@301
curve_supports_fe_invert2
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>;
}
Botan::@301::curve_supports_fe_invert2
Definition
pcurves_impl.h:982
Botan
Definition
alg_id.cpp:13
Botan::fe
FE_25519 fe
Definition
ed25519_fe.h:140
Detailed Description
Definition at line
982
of file
pcurves_impl.h
.
Generated by
1.12.0