摘要: 1.使用openssl命令 2.使用openssl编程 #include <stdio.h> #include <string.h> #include <openssl/evp.h> void tDigest() { unsigned char sm3_value[EVP_MAX_MD_SIZE]; 阅读全文
posted @ 2022-04-14 15:26 Kevinhw 阅读(374) 评论(0) 推荐(0) 编辑