Botan
1.11.15
|
#include <botan/point_gfp.h>
#include <botan/numthry.h>
Go to the source code of this file.
Namespaces | |
namespace | Botan |
Functions | |
secure_vector< byte > | Botan::EC2OSP (const PointGFp &point, byte format) |
PointGFp | Botan::multi_exponentiate (const PointGFp &p1, const BigInt &z1, const PointGFp &p2, const BigInt &z2) |
PointGFp | Botan::operator* (const BigInt &scalar, const PointGFp &point) |
PointGFp | Botan::OS2ECP (const byte data[], size_t data_len, const CurveGFp &curve) |