libnds
|
Context that holds information about an active SHA1 calculation. More...
#include <sha1.h>
Data Fields | |
u8 | buffer [64] |
Data block being processed. | |
u32 | fragment_size |
Incomplete fragment size. | |
void(* | sha_block )(struct swiSHA1context *ctx, const void *src, size_t len) |
Data block being processed. | |
u32 | state [5] |
Intermediate digest state. | |
u32 | total [2] |
Number of bytes processed. | |
Context that holds information about an active SHA1 calculation.