#define SHA1_H_
\def SHA1_BLOCK_BYTES * definees the size of a SHA-1 input block in bytes
#define SHA1_HASH_BITS 160
#define SHA1_HASH_BYTES
#define SHA1_BLOCK_BITS 512
#define SHA1_BLOCK_BYTES
typedef struct {...} sha1_ctx_t
| struct | |
| { | |
| uint32_t h[5]; | |
| uint64_t length; | |
| } |