mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-07-24 00:03:10 +00:00
fix: generator value
This commit is contained in:
parent
0e1f0c5562
commit
d1ad3fdbad
@ -14,7 +14,7 @@ impl Curve for Secp256K1 {
|
|||||||
type ScalarField = Secp256K1Scalar;
|
type ScalarField = Secp256K1Scalar;
|
||||||
|
|
||||||
const A: Secp256K1Base = Secp256K1Base::ZERO;
|
const A: Secp256K1Base = Secp256K1Base::ZERO;
|
||||||
const B: Secp256K1Base = Secp256K1Base::ONE;
|
const B: Secp256K1Base = Secp256K1Base([7, 0, 0, 0]);
|
||||||
const GENERATOR_AFFINE: AffinePoint<Self> = AffinePoint {
|
const GENERATOR_AFFINE: AffinePoint<Self> = AffinePoint {
|
||||||
x: SECP256K1_GENERATOR_X,
|
x: SECP256K1_GENERATOR_X,
|
||||||
y: SECP256K1_GENERATOR_Y,
|
y: SECP256K1_GENERATOR_Y,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user