dRonin
adbada4
dRonin firmware
|
Go to the source code of this file.
Macros | |
#define | ROTLEFT(a, b) ((a << b) | (a >> (32 - b))) |
Functions | |
void | sha1_transform (SHA1_CTX *ctx, const uint8_t data[]) |
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[]) |