摘要: sm3加密代码及测试截图 sm3代码:用sm3加密“20211115fanyiqing”生成摘要值作为输出。 1 #include <stdio.h> 2 #include <string.h> 3 #include "openssl/evp.h" 4 #include "err.h" 5 6 vo 阅读全文
posted @ 2023-10-20 18:28 20211115fyq 阅读(111) 评论(0) 推荐(0)