Closed elichai closed 5 years ago
Nits that I saw while reading the notebooks again
This is mostly changing to using the field size for the quadratic residue stuff, and also a bit of wording.
And one actual fix that uncompressed keys were needed.
Trying to maintain consistency between SECP256K1_ORDER(aka group order) and SECP256K1_FIELD_SIZE (aka field size)
SECP256K1_ORDER
SECP256K1_FIELD_SIZE
Looks good. Thanks!
Nits that I saw while reading the notebooks again
This is mostly changing to using the field size for the quadratic residue stuff, and also a bit of wording.
And one actual fix that uncompressed keys were needed.
Trying to maintain consistency between
SECP256K1_ORDER
(aka group order) andSECP256K1_FIELD_SIZE
(aka field size)