随笔分类 -  algorithm

摘要:sha256.h #ifndef _SHA256_H#define _SHA256_H #ifndef uint8#define uint8 unsigned char#endif #ifndef uint32#define uint32 unsigned long int#endif typede 阅读全文
posted @ 2018-12-03 10:15 嵌入式实操 阅读(824) 评论(0) 推荐(0)