botan.math.ec_gfp.point_gfp

Point arithmetic on elliptic curves over GF(p)

Members

Classes

IllegalPoint
class IllegalPoint

Exception thrown if some form of illegal point is decoded

IllegalTransformation
class IllegalTransformation

Exception thrown if you try to convert a zero point to an affine coordinate

Functions

EC2OSP
SecureVector!ubyte EC2OSP(PointGFp point, ubyte format)
Undocumented in source. Be warned that the author may not have intended to support it.
OS2ECP
PointGFp OS2ECP(const(ubyte)* data, size_t data_len, CurveGFp curve)
Undocumented in source. Be warned that the author may not have intended to support it.
OS2ECP
PointGFp OS2ECP(Vector!(ubyte, Alloc) data, CurveGFp curve)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

PointGFp
struct PointGFp

This class represents one point on a curve of GF(p)

Meta

License

Botan is released under the Simplified BSD License (see LICENSE.md)