![]() |
libfortuna
1
FortunalibraryfunctionsextractedfromPostgreSQLsource
|
#include <sha1.h>
Data Fields | |
union { | |
uint8 b8 [20] | |
uint32 b32 [5] | |
} | h |
union { | |
uint8 b8 [8] | |
uint64 b64 [1] | |
} | c |
union { | |
uint8 b8 [64] | |
uint32 b32 [16] | |
} | m |
uint8 | count |
uint32 sha1_ctxt::b32[16] |
uint64 sha1_ctxt::b64[1] |
uint8 sha1_ctxt::b8[64] |
union { ... } sha1_ctxt::c |
uint8 sha1_ctxt::count |
union { ... } sha1_ctxt::h |
union { ... } sha1_ctxt::m |