libpromeki main
PROfessional MEdia toolKIt
 
Loading...
Searching...
No Matches
md5.h File Reference
#include <cstdint>
#include <cstddef>
#include <promeki/core/namespace.h>
#include <promeki/core/bytearray.h>
Include dependency graph for md5.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.
 

Detailed Description

See LICENSE file in the project root folder for license information.