Skip to content

Commit cdcf437

Browse files
authored
Merge pull request #208 from GarmashAlex/fix/broken-link
fix(bn254): update Python implementation link
2 parents ec3dabb + 98d284b commit cdcf437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bn254.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ because it at least has specs:
3535
- https://github.com/arkworks-rs/curves/blob/master/bn254/src/lib.rs
3636
- Python implementations use different towers and produce different Fp12 outputs:
3737
- https://github.com/ethereum/py_pairing
38-
- https://github.com/ethereum/execution-specs/blob/master/src/ethereum/crypto/alt_bn128.py
38+
- https://github.com/ethereum/py_ecc/tree/main/py_ecc/bn128
3939
- Points are encoded differently in different implementations
4040
4141
### Params

0 commit comments

Comments
 (0)