|
LMMS
|
#include "zix/digest.h"Go to the source code of this file.
Functions | |
| ZIX_API uint32_t | zix_digest_start (void) |
| ZIX_API uint32_t | zix_digest_add (uint32_t hash, const void *const buf, const size_t len) |
Update hash to include buf, a buffer of len bytes.
This can be used for any size or alignment.