摘要: 一)在utils.h和utils.c中完成16进制字符'0'-'9','A'-'F','a'-'f'与十六进制数据0-15的转换功能 utils.h #ifndef _UTIL_H_ #define _UTIL_H_ //char Hex2Char(int i); //int Char2Hex(ch 阅读全文
posted @ 2022-05-12 15:21 20191208孙汇阳 阅读(48) 评论(0) 推荐(0) 编辑
摘要: 1代码 #include <stdio.h> #include <stdlib.h> #include <string.h> #include <openssl/bn.h> int main() { BN_CTX *r[3]; BIGNUM *a; BIGNUM *b; BIGNUM *c; cha 阅读全文
posted @ 2022-05-12 14:27 20191208孙汇阳 阅读(30) 评论(0) 推荐(0) 编辑