首页
注册
登录
V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请
登录
V2EX
›
程序员
C++中 sha256 能取出一个 SHA256REF_CTX 类型的 context 的 state,在 Java 中有没有对应的包有这种功能的
punk2sang
·
2019-12-18 16:36:58 +08:00
· 944 次点击
这是一个创建于 1813 天前的主题,其中的信息可能已经有所发展或是发生改变。
SHA256REF_CTX *ctx = (SHA256REF_CTX*)ctxv;
memcpy(state, ctx->state, 256);
sha256_update(&ctx, data, size);
sha256_final(&ctx, (uint8_t*)hash);
目前尚无回复
ctx
State
sha256ref_ctx
Hash
关于
·
帮助文档
·
博客
·
API
·
FAQ
·
实用小工具
·
1127 人在线
最高记录 6679
·
Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 23ms ·
UTC 18:52
·
PVG 02:52
·
LAX 10:52
·
JFK 13:52
Developed with
CodeLauncher
♥ Do have faith in what you're doing.