2025-01-05 21:54:19 -06:00

9 lines
101 B
C

#include <std/base.h>
STRUCT(MD5Result)
{
u8 hash[16];
};
MD5Result md5_string(String string);