libpromeki
1.0.0-alpha
PROfessional MEdia toolKIt
Loading...
Searching...
No Matches
md5.h
Go to the documentation of this file.
1
8
#pragma once
9
10
11
#include <promeki/config.h>
12
#if PROMEKI_ENABLE_CORE
13
#include <cstdint>
14
#include <cstddef>
15
#include <
promeki/namespace.h
>
16
#include <
promeki/bytearray.h
>
17
18
PROMEKI_NAMESPACE_BEGIN
19
21
using
MD5Digest = ByteArray<16>;
22
31
MD5Digest md5(
const
void
*data,
size_t
len);
32
33
PROMEKI_NAMESPACE_END
34
35
#endif
// PROMEKI_ENABLE_CORE
bytearray.h
namespace.h
include
promeki
md5.h
Generated on 2026-05-21 02:27:58 from commit ffbc5cc (1.0.0-alpha).