摘要: sm2_sign.c: #include <stdio.h>#include <stdlib.h>#include <string.h>#include <openssl/ec.h>#include <openssl/evp.h> int main(void) { int ret = -1, i; 阅读全文
posted @ 2023-06-02 11:12 20201214罗云帆 阅读(69) 评论(0) 推荐(0) 编辑
摘要: 代码: #include <gmp.h>#include <stdio.h>#include <stdlib.h>#include <time.h> // Generate a random large prime number between lower and upper boundsvoid 阅读全文
posted @ 2023-06-02 10:38 20201214罗云帆 阅读(7) 评论(0) 推荐(0) 编辑