-
gnark-crypto/ecc/bn254/twistededwards/curve.go Lines 54 to 62 in f483b7d BN254's twisted edwards curve is defined here. However, the params defined in code and params defined in eip-2494 are totally different I think they are the same curve. i.e. Baby-Jubjub Could someone explain the differences? |
Beta Was this translation helpful? Give feedback.
Answered by
ivokub
Jul 17, 2024
Replies: 1 comment 2 replies
-
#87: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In EIP-2494 the parameters are defined as:
Maybe you had a look at different curve equation parameters?