#include <string.h>
Include dependency graph for aw-sha1.h:
Go to the source code of this file.
Macros | |
#define | _sha1_restrict __restrict__ |
#define | SHA1_SIZE 20 |
Functions | |
void | sha1 (unsigned char h[SHA1_SIZE], const void *_sha1_restrict p, size_t n) |
Macro Definition Documentation
◆ _sha1_restrict
#define _sha1_restrict __restrict__ |
◆ SHA1_SIZE
#define SHA1_SIZE 20 |
Function Documentation
◆ sha1()
void sha1 | ( | unsigned char | h[SHA1_SIZE], |
const void *_sha1_restrict | p, | ||
size_t | n | ||
) |