Software implementation of the SHA256, SHA384 and SHA512 algorithm.
More...
#include <stdint.h>
|
#define | SHA256_DIGEST_SIZE (32U) |
|
#define | SHA512_DIGEST_SIZE (64U) |
|
#define | SHA384_DIGEST_SIZE (48U) |
|
#define | SHA256_BLOCK_SIZE (64U) |
|
#define | SHA384_BLOCK_SIZE (128U) |
|
#define | SHA512_BLOCK_SIZE (128U) |
|
Software implementation of the SHA256, SHA384 and SHA512 algorithm.
- Copyright
- (c) 2015-2020 Microchip Technology Inc. and its subsidiaries.