![]() |
MT7687 API Reference
LinkIt SDK v4
|
Macros | |
| #define | HAL_SHA1_BLOCK_SIZE (64) |
| 512 bits = 64 bytes | |
| #define | HAL_SHA1_DIGEST_SIZE (20) |
| 160 bits = 20 bytes | |
| #define | HAL_SHA224_BLOCK_SIZE (64) |
| 512 bits = 64 bytes | |
| #define | HAL_SHA224_DIGEST_SIZE (28) |
| 224 bits = 28 bytes | |
| #define | HAL_SHA256_BLOCK_SIZE (64) |
| 512 bits = 64 bytes | |
| #define | HAL_SHA256_DIGEST_SIZE (32) |
| 256 bits = 32 bytes | |
| #define | HAL_SHA384_BLOCK_SIZE (128) |
| 1024 bits = 128 bytes | |
| #define | HAL_SHA384_DIGEST_SIZE (48) |
| 384 bits = 48 bytes | |
| #define | HAL_SHA512_BLOCK_SIZE (128) |
| 1024 bits = 128 bytes | |
| #define | HAL_SHA512_DIGEST_SIZE (64) |
| 512 bits = 64 bytes | |