0

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

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

4

1 回答 1

0

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

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

于 2011-07-18T16:02:38.320 回答