简体   繁体   中英

Tools for visualizing and implementing elliptic curve cryptography

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?

在屏幕上获取像素(并且仍然利用您的Java体验)的最快方法是使用Processing

您也可以考虑Java函数绘图库

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM