|
dRonin
adbada4
dRonin firmware
|
#include <stddef.h>#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | SHA1_CTX |
Macros | |
| #define | SHA1_BLOCK_SIZE 20 |
Functions | |
| void | sha1_init (SHA1_CTX *ctx) |
| void | sha1_update (SHA1_CTX *ctx, const uint8_t data[], size_t len) |
| void | sha1_final (SHA1_CTX *ctx, uint8_t hash[]) |