Crate ark_secp256k1_ext

Crate ark_secp256k1_ext 

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

Re-exports§

pub use curves::*;

Modules§

curves
fq
fr

Structs§

FqConfig
FrConfig

Type Aliases§

Fq
Fr