Skip to content

Commit

Permalink
Merge pull request #534 from Consensys/refactor/kill-some-curves
Browse files Browse the repository at this point in the history
Refactor: kill BLS12-378 and BW6-756 curves
  • Loading branch information
yelhousni authored Sep 9, 2024
2 parents 4b60120 + 8c8f156 commit e6b99e7
Show file tree
Hide file tree
Showing 276 changed files with 34 additions and 98,978 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
* [`bls24-317`]
* [`bls12-377`] / [`bw6-761`]
* [`bls24-315`] / [`bw6-633`]
* [`bls12-378`] / [`bw6-756`]
* Each of these curves has a [`twistededwards`] sub-package with its companion curve which allow efficient elliptic curve cryptography inside zkSNARK circuits.
* [`field/goff`] - Finite field arithmetic code generator (blazingly fast big.Int)
* [`fft`] - Fast Fourier Transform
Expand Down Expand Up @@ -110,10 +109,8 @@ This project is licensed under the Apache 2 License - see the [LICENSE](LICENSE)
[`bls24-317`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls24-317
[`bls12-377`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls12-377
[`bls24-315`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls24-315
[`bls12-378`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls12-378
[`bw6-761`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-761
[`bw6-633`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-633
[`bw6-756`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-756
[`twistededwards`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards
[`eddsa`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards/eddsa
[`fft`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/fft
Expand Down
153 changes: 0 additions & 153 deletions ecc/bls12-378/bls12-378.go

This file was deleted.

28 changes: 0 additions & 28 deletions ecc/bls12-378/ecdsa/doc.go

This file was deleted.

Loading

0 comments on commit e6b99e7

Please sign in to comment.