SHA256 函数更改输入变量

发布于 2024-11-24 13:22:41 字数 184 浏览 1 评论 0原文

我刚开始在 windows 下使用 vc2k10 使用 OpenSSL 的 sha 函数,但遇到了问题。因为我找不到关于它的详细文档,所以我在这里问:

SHA256(const unsigned char *in, size_t n,unsigned char *out) 函数似乎改变了 in 指针指向的内容。这是错误还是功能? 谢谢

I just started using sha functions of OpenSSL under windows with vc2k10 and I've got a problem. since I couldn't find much detailed documentation about it I'm asking here:

the SHA256(const unsigned char *in, size_t n,unsigned char *out) function seems to change what in pointer points to. is this a bug or feature?
thanks

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

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

发布评论

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

评论(1

柳絮泡泡 2024-12-01 13:22:41

你确定你的 in 和 out 不指向同一个内存吗?

opensll lib 和 Visual Studio 的 const 实现中不太可能同时存在错误

Are you sure that your in and out don't point to the same memory?

It's unlikely that there is both a bug in the opensll lib and visual studio's implementation of const

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