BigInt 转换(gmp Bigint 到 botan bigint)

发布于 2024-10-12 00:08:46 字数 124 浏览 2 评论 0原文

我正在使用 gmp 执行复杂的操作。我想使用 Botan 来执行加密功能。问题是它们都有自己的 Bigint 函数。因此,将 gmp 函数中使用的 bigint 值提供给 Botan 函数会产生问题。

有人可以帮忙吗?

I am using gmp to perform complex operation. I want to use Botan to perform cryptography functions. Problem is Both of them have their own Bigint function. So its creating problem on supplying bigint value used in gmp function to Botan function.

Can anyone help in this?

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

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

发布评论

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

评论(1

疯狂的代价 2024-10-19 00:08:46

Use mpz_export to export the GMP integer and the BigInt(const byte[], size_t) constructor to import it.

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