2024-10-20 18:30:57 -06:00

9 lines
101 B
C

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