Skip to content

Commit

Permalink
Merge pull request #509 from Consensys/perf/affine-arithmetic
Browse files Browse the repository at this point in the history
perf(ecc): optimize affine Add, Sub and Double
  • Loading branch information
yelhousni authored Jun 11, 2024
2 parents 564b6f7 + 989379c commit 364bbce
Show file tree
Hide file tree
Showing 40 changed files with 1,899 additions and 401 deletions.
61 changes: 43 additions & 18 deletions ecc/bls12-377/g1.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 52 additions & 2 deletions ecc/bls12-377/g1_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

61 changes: 43 additions & 18 deletions ecc/bls12-377/g2.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

54 changes: 52 additions & 2 deletions ecc/bls12-377/g2_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 364bbce

Please sign in to comment.