#include <cstdint>#include <cstddef>#include <promeki/core/namespace.h>#include <promeki/core/bytearray.h>
Go to the source code of this file.
Typedefs | |
| using | MD5Digest = ByteArray< 16 > |
| Result type for an MD5 hash (16 bytes / 128 bits). | |
Functions | |
| MD5Digest | md5 (const void *data, size_t len) |
| Computes the MD5 hash of a block of data. | |
See LICENSE file in the project root folder for license information.