用于可视化和实现椭圆曲线加密的工具

发布于 2024-08-17 07:39:21 字数 157 浏览 5 评论 0原文

我需要创建一个程序来展示椭圆曲线密码学的工作原理。我正在考虑使用 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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

星軌x 2024-08-24 07:39:22

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

The quickest way to get pixels on screen (and still leverage your Java experience) is to use Processing.

蹲墙角沉默 2024-08-24 07:39:22

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

You might also consider the Java Function Plotting Library as well.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文