Skip to content

Commit

Permalink
Update ecc.md (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
leopardracer authored and ivokub committed Dec 25, 2024
1 parent 6c47bd7 commit 48d902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecc/ecc.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@

### Twisted edwards curves

Each of these curve has a `twistededwards` sub-package with its companion curve. In particular, BLS12-381 comapnion curve is known as [Jubjub](https://z.cash/technology/jubjub/) and BN254's [Baby-Jubjub](https://iden3-docs.readthedocs.io/en/latest/_downloads/33717d75ab84e11313cc0d8a090b636f/Baby-Jubjub.pdf).
Each of these curve has a `twistededwards` sub-package with its companion curve. In particular, BLS12-381 companion curve is known as [Jubjub](https://z.cash/technology/jubjub/) and BN254's [Baby-Jubjub](https://iden3-docs.readthedocs.io/en/latest/_downloads/33717d75ab84e11313cc0d8a090b636f/Baby-Jubjub.pdf).

They are of particular interest as they allow efficient elliptic curve cryptography inside zkSNARK circuits.

0 comments on commit 48d902d

Please sign in to comment.