lua 的 slncrypto 库

发布于 2025-01-06 05:25:01 字数 79 浏览 0 评论 0原文

有人让 lua 工作的“slncrypto”吗?

“加密”模块似乎总是丢失,我在任何下载中都找不到它,也没有包含任何 dll。

Has anyone gotten "slncrypto" for lua to work?

Always the "crypto" module seems to be missing and I can't find it in any downloads nor are there any dlls included.

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

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

发布评论

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

评论(1

歌入人心 2025-01-13 05:25:01

您需要从 slncrypt.c 创建一个名为 crypto 的 .dll 或 .so,因为此 C 文件导出 luaopen_crypto。然后你就需要require“crypto”。测试程序在 http://files.luaforge.net/releases/sln/slncrypto/1.1当我完成这一切时, 对我来说效果很好。

You need to create a .dll or .so named crypto from slncrypt.c because this C file exports luaopen_crypto. Then you do require"crypto". The test program in http://files.luaforge.net/releases/sln/slncrypto/1.1 works fine for me when I do all this.

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