|
LMMS
|
#include <stddef.h>#include <stdint.h>#include "zix/common.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 *buf, const size_t len) |
Update hash to include buf, a buffer of len bytes.
This can be used for any size or alignment.