1
0
mirror of https://github.com/fumiama/simple-crypto.git synced 2026-06-09 20:50:25 +08:00

add more instructions

This commit is contained in:
fumiama
2021-12-11 17:42:40 +08:00
parent 80c7ea2afc
commit d586997a6f
3 changed files with 16 additions and 7 deletions

2
md5.c
View File

@@ -1,3 +1,5 @@
// https://github.com/pod32g/MD5
#include <stdlib.h>
#include <string.h>
#if !__APPLE__