1 Star 4 Fork 1

国密系列 / ext-sm3

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
sm3.h 231 Bytes
一键复制 编辑 原始数据 按行查看 历史
15238399426 提交于 2022-12-26 14:32 . PHP国密sm3扩展
#ifndef SM3_H
#define SM3_H
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
void out_hex();
void intToString(unsigned char *out_hash);
int SM3(unsigned char *msg, unsigned int msglen, unsigned char *out_hash);
#endif
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/state-secret-series/ext-sm3.git
git@gitee.com:state-secret-series/ext-sm3.git
state-secret-series
ext-sm3
ext-sm3
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891