|
1 | 1 | # gnark-crypto |
2 | 2 |
|
3 | | -[](https://twitter.com/gnark_team) [](LICENSE) [](https://goreportcard.com/badge/github.com/Consensys/gnark-crypto) [](https://pkg.go.dev/mod/github.com/Consensys/gnark-crypto) [](https://doi.org/10.5281/zenodo.5815453) |
| 3 | +[](https://x.com/gnark_team) [](LICENSE) [](https://goreportcard.com/badge/github.com/Consensys/gnark-crypto) [](https://pkg.go.dev/mod/github.com/consensys/gnark-crypto) [](https://doi.org/10.5281/zenodo.5815453) |
4 | 4 |
|
5 | 5 | `gnark-crypto` provides efficient cryptographic primitives, in Go: |
6 | 6 |
|
7 | 7 | * Elliptic curve cryptography & **Pairing** on: |
8 | | - * [`bn254`] ([audit report](https://github.com/Consensys/gnark/blob/master/audits/2022-10%20-%20Kudelski%20-%20gnark-crypto.pdf)) |
9 | | - * [`bls12-381`] ([audit report](https://github.com/Consensys/gnark/blob/master/audits/2022-10%20-%20Kudelski%20-%20gnark-crypto.pdf)) |
| 8 | + * [`bn254`] ([audit report](https://github.com/consensys/gnark/blob/master/audits/2022-10%20-%20Kudelski%20-%20gnark-crypto.pdf)) |
| 9 | + * [`bls12-381`] ([audit report](https://github.com/consensys/gnark/blob/master/audits/2022-10%20-%20Kudelski%20-%20gnark-crypto.pdf)) |
10 | 10 | * [`bls24-317`] |
11 | 11 | * [`bls12-377`] / [`bw6-761`] |
12 | 12 | * [`bls24-315`] / [`bw6-633`] |
@@ -103,20 +103,20 @@ We use [SemVer](http://semver.org/) for versioning. For the versions available, |
103 | 103 |
|
104 | 104 | This project is licensed under the Apache 2 License - see the [LICENSE](LICENSE) file for details. |
105 | 105 |
|
106 | | -[`field/goff`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/field/goff |
107 | | -[`bn254`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254 |
108 | | -[`bls12-381`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls12-381 |
109 | | -[`bls24-317`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls24-317 |
110 | | -[`bls12-377`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls12-377 |
111 | | -[`bls24-315`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bls24-315 |
112 | | -[`bw6-761`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bw6-761 |
113 | | -[`bw6-633`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bw6-633 |
114 | | -[`twistededwards`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/twistededwards |
115 | | -[`eddsa`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/twistededwards/eddsa |
116 | | -[`fft`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/fft |
117 | | -[`fri`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/fri |
118 | | -[`mimc`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/mimc |
119 | | -[`kzg`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/kzg |
120 | | -[`plookup`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/plookup |
121 | | -[`permutation`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/ecc/bn254/fr/permutation |
122 | | -[`fiatshamir`]: https://pkg.go.dev/github.com/Consensys/gnark-crypto/fiat-shamir |
| 106 | +[`field/goff`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/field/goff |
| 107 | +[`bn254`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254 |
| 108 | +[`bls12-381`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls12-381 |
| 109 | +[`bls24-317`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls24-317 |
| 110 | +[`bls12-377`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls12-377 |
| 111 | +[`bls24-315`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bls24-315 |
| 112 | +[`bw6-761`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-761 |
| 113 | +[`bw6-633`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bw6-633 |
| 114 | +[`twistededwards`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards |
| 115 | +[`eddsa`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/twistededwards/eddsa |
| 116 | +[`fft`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/fft |
| 117 | +[`fri`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/fri |
| 118 | +[`mimc`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/mimc |
| 119 | +[`kzg`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/kzg |
| 120 | +[`plookup`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/plookup |
| 121 | +[`permutation`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/ecc/bn254/fr/permutation |
| 122 | +[`fiatshamir`]: https://pkg.go.dev/github.com/consensys/gnark-crypto/fiat-shamir |
0 commit comments