Crate ark_secp256k1

source ·
Expand description

This library implements the secp256k1 curve. Source: https://en.bitcoin.it/wiki/Secp256k1

Curve information:

  • Base field: q = 115792089237316195423570985008687907853269984665640564039457584007908834671663
  • Scalar field: r = 115792089237316195423570985008687907852837564279074904382605163141518161494337
  • Curve equation: y^2 = x^3 + 7

Modules

Structs

Constants

G_GENERATOR_X = 55066263022277343669578718895168534326250603453777594175500187360389116729240
G_GENERATOR_Y = 32670510020758816978083085130507043184471273380659243275938904335757337482424

Type Definitions