From a55ee37be0e2738465f12d94cfd199058e7fa06e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ara=C3=BAjo=20Miranda?= Date: Wed, 25 May 2016 13:54:59 -0300 Subject: [PATCH] Added BLAKE2s, capitalized BLAKE2b Hi, I noticed BLAKE2s is also implemented. I added it to the readme and capitalized the algorithm names according to blake2.net. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e5c694c..376bee3c 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,8 @@ it will support even more in the future. Currently supported algorithms include: * AES * Bcrypt -* Blake2B +* BLAKE2b +* BLAKE2s * Blowfish * ChaCha20 * Curve25519