Tools for visualizing and implementing elliptic curve cryptography

Posted by LL on Stack Overflow See other posts from Stack Overflow or by LL
Published on 2010-01-05T14:41:38Z Indexed on 2010/03/25 21:13 UTC
Read the original article Hit count: 391

I need to create a program which will show how elliptic curve cryptography works. I was considering using Java Swing to create the GUI, but the main problem is what tool to use to plot the elliptic curve itself, and how to integrate that with Java Swing.

I would like the plot to be included in the user interface and also allow changes to be made to it. Can you suggest any tools that would help with this?

© Stack Overflow or respective owner

Related posts about elliptic-curve

Related posts about cryptography