Expand description

Multiple primitives for work with public and secret keys and with secp256k1 curve points

Structs

Constants

Generation point array combined from X and Y coordinates Equivalent to uncompressed form, see https://tools.ietf.org/id/draft-jivsov-ecc-compact-05.html#rfc.section.3

Functions

Return the generation point (aka base point) of secp256k1

In-place add one public key to another (EC point + EC point)

In-place multiply public key by secret key (EC point * scalar)

Replace a public key with its additive inverse (EC point = - EC point)

In-place sub one public key from another (EC point - EC point)