aboutsummaryrefslogtreecommitdiff
path: root/lib/blake2/README.md
diff options
context:
space:
mode:
authoraqua <aqua@iserlohn-fortress.net>2022-12-31 16:03:20 +0200
committeraqua <aqua@iserlohn-fortress.net>2023-01-29 11:41:29 +0200
commitf6b7365dc8759d6df5d340e4a68fb75537c07be4 (patch)
treec15614d8dee445dd4c6ae75da2959c701e69daae /lib/blake2/README.md
parentMove blake2s selftest to test/ (diff)
downloadkernel-f6b7365dc8759d6df5d340e4a68fb75537c07be4.tar.xz
blake2: use makefiles instead of meson.build
Diffstat (limited to 'lib/blake2/README.md')
-rw-r--r--lib/blake2/README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/blake2/README.md b/lib/blake2/README.md
new file mode 100644
index 0000000..223324e
--- /dev/null
+++ b/lib/blake2/README.md
@@ -0,0 +1,7 @@
+## BLAKE2
+BLAKE2 is a cryptographic hash function faster than MD5, SHA-1, SHA-2, and SHA-3, yet is at least as secure as the
+latest standard SHA-3.
+
+## BLAKE2s
+BLAKE2s is optimized for 8 to 32-bit platforms and produces digests of any size between 1 and 32 bytes.
+