用于可视化和实现椭圆曲线加密的工具
我需要创建一个程序来展示椭圆曲线密码学的工作原理。我正在考虑使用 Java Swing 来创建 GUI,但主要问题是使用什么工具来绘制椭圆曲线本身,以及如何将其与 Java Swing 集成。
我希望该图包含在用户界面中,并允许对其进行更改。您能推荐一些可以帮助解决这个问题的工具吗?
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。
The quickest way to get pixels on screen (and still leverage your Java experience) is to use Processing.