From 31efe41b38a3b8f214997aea032f6b6130ac2a97 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Wed, 14 Sep 2022 18:02:36 +0000 Subject: [PATCH] Added the README --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0add35 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# libmd + +The libmd library provides a few message digest (hash) functions, as found on various BSD systems, either on their libc or on a library with the same name, and with a compatible API. \ No newline at end of file