2023年10月20日

摘要: 点击查看代码 #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 江河入海流 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 点击查看代码 #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 江河入海流 阅读(76) 评论(0) 推荐(0) 编辑

导航