随笔分类 -  openssl

摘要:#define B64_WS 0xE0#define B64_ERROR 0xFF#define B64_NOT_BASE64(a) (((a)|0x13) == 0xF3)#define conv_bin2ascii(a) (data_bin2ascii[(a)&0x3f])... 阅读全文
posted @ 2015-08-14 08:50 BloodAndBone 阅读(395) 评论(1) 推荐(0)