Module p256k1::point

source ·
Expand description

Point operations on the secp256k1 curve

Structs

A Point in compressed binary format
Point is a wrapper around libsecp256k1’s internal secp256k1_gej struct. It provides a point on the secp256k1 curve in Jacobian coordinates. This allows for extremely fast curve point operations, and avoids expensive conversions from byte buffers.

Enums

Errors when converting points
Errors in point operations

Constants

The secp256k1 base point