Botan
1.11.15
|
Functions | |
template<> | |
void | swap< Botan::BigInt > (Botan::BigInt &x, Botan::BigInt &y) |
template<> | |
void | swap< Botan::CurveGFp > (Botan::CurveGFp &curve1, Botan::CurveGFp &curve2) noexcept |
template<> | |
void | swap< Botan::PointGFp > (Botan::PointGFp &x, Botan::PointGFp &y) |
void std::swap< Botan::BigInt > | ( | Botan::BigInt & | x, |
Botan::BigInt & | y | ||
) | [inline] |
void std::swap< Botan::CurveGFp > | ( | Botan::CurveGFp & | curve1, |
Botan::CurveGFp & | curve2 | ||
) | [inline] |
Definition at line 189 of file curve_gfp.h.
{ curve1.swap(curve2); }
void std::swap< Botan::PointGFp > | ( | Botan::PointGFp & | x, |
Botan::PointGFp & | y | ||
) | [inline] |