Bitcoinex.Secp256k1.Point (bitcoinex v0.1.6) View Source
Contains the x, y, and z of an elliptic curve point.
Link to this section Summary
Functions
is_inf returns whether or not point P is the point at infinity, ie. P.x == P.y == 0
parse_public_key parses a public key
sec serializes a compressed public key to binary
serialize_public_key serializes a compressed public key to string
Link to this section Types
Specs
Link to this section Functions
Specs
is_inf returns whether or not point P is the point at infinity, ie. P.x == P.y == 0
Specs
parse_public_key parses a public key
Specs
sec serializes a compressed public key to binary
Specs
serialize_public_key serializes a compressed public key to string