|
WS63 SDK 文档 7021f4f@fbb_ws63
ws63 和 ws63e 解决方案的 SDK 文档
|
#include <sha256.h>
成员变量 | ||
| uint64_t | total_length | |
| uint32_t | hash [8] | |
| uint32_t | buffer_length | |
| union { | ||
| uint32_t words [16] | ||
| uint8_t bytes [64] | ||
| } | buffer | |
| union { ... } _sha256_context::buffer |
| uint32_t _sha256_context::buffer_length |
| uint8_t _sha256_context::bytes[64] |
| uint32_t _sha256_context::hash[8] |
| uint64_t _sha256_context::total_length |
| uint32_t _sha256_context::words[16] |