Crate ark_secq256k1

source ·
Expand description

This library implements the secq256k1 curve. Source: https://moderncrypto.org/mail-archive/curves/2018/000992.html

Curve information:

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

Modules

Structs

Constants

G_GENERATOR_X = 53718550993811904772965658690407829053653678808745171666022356150019200052646
G_GENERATOR_Y = 28941648020349172432234515805717979317553499307621291159490218670604692907903

Type Definitions