Obtain [a1,a2,a3,a4,a6] values of the weierstrass equation in elliptic curve

5 views (last 30 days)
I need to obtain the [a1,a2,a3,a4,a6] values of the weierstrass function:
y^2+a1xy+a3y=x^3+a2x^2+a4x+a6
I need to use curve25519. How can I obtain those values using curve25519?

Answers (0)

Categories

Find more on Creating and Concatenating Matrices in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!