From adcd7d8458b3d8b724ada45bcdc7a162809bd5b5 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 29 Jun 2019 01:07:37 +0000 Subject: [PATCH] New Synchronet hash library --- src/hash/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/hash/README.md diff --git a/src/hash/README.md b/src/hash/README.md new file mode 100644 index 0000000000..5f4b0c0c1d --- /dev/null +++ b/src/hash/README.md @@ -0,0 +1,5 @@ +# Synchronet project: hash library + +This directory contains code and data for various one-way hash functions +e.g. checksums, CRCs, digests, etc. + -- GitLab