摘要: main.c #include<stdio.h> #include"utils.h" int main(){ //把整型数字转化为字节数组 int p; char bytearr[100]; printf("请输入一个整型数字\n"); scanf("%d",&p); printf("把整型数转化为 阅读全文
posted @ 2021-05-31 17:36 20181217Cindy 阅读(222) 评论(0) 推荐(0) 编辑
摘要: 1. 2. sm2_enc_dec.c #include <stdio.h> #include <stdlib.h> #include <string.h> #include <openssl/ec.h> #include <openssl/evp.h> int main(void) { int r 阅读全文
posted @ 2021-05-31 12:36 20181217Cindy 阅读(842) 评论(0) 推荐(0) 编辑