会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
江河入海流
2023年10月20日
sm4代码
摘要: 点击查看代码 #include <stddef.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include "openssl/err.h" #include "openssl/evp.h" /* Before Open
阅读全文
posted @ 2023-10-20 12:05 江河入海流
阅读(100)
评论(0)
推荐(0)
代码sm3
摘要: 点击查看代码 #include <stdio.h> #include <stdlib.h> #include <string.h> #define SHL(x,n) (x<<n) #define SHR(x,n) (x>>n) #define ROTL(x,n) ((x<<n)|(x>>(32-n)
阅读全文
posted @ 2023-10-20 12:00 江河入海流
阅读(118)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告