摘要: 1 #include <stdio.h> 2 #include <openssl/evp.h> 3 #include <openssl/rand.h> 4 5 void hexdump(unsigned char *data, int len) 6 { 7 int i = 0; 8 for ( i 阅读全文
posted @ 2021-05-25 23:15 癫色深浅入时无 阅读(269) 评论(0) 推荐(0)