#include <sha1.h>
Public Attributes | |
union { | |
uint64_t b64 [1] | |
uint8_t b8 [8] | |
} | c |
uint8_t | count |
union { | |
uint32_t b32 [5] | |
uint8_t b8 [20] | |
} | h |
union { | |
uint32_t b32 [16] | |
uint8_t b8 [64] | |
} | m |
union { ... } sha1_ctxt::c |
union { ... } sha1_ctxt::h |
union { ... } sha1_ctxt::m |