From f2b64517b8adc6312ac146c3fbe6decd46cec683 Mon Sep 17 00:00:00 2001 From: Sankalp Date: Wed, 5 Jan 2022 13:47:36 +0100 Subject: [PATCH] [Add] README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index be58c4d..c6d2ac7 100644 --- a/README.md +++ b/README.md @@ -1 +1,5 @@ -# blake-swift \ No newline at end of file +# blake2-swift + +Blake2 (also known Blake2b) is a cryptographic hash and Message Authentication Code (MAC) designed by Jean-Philippe Aumasson, Samuel Neves, Zooko Wilcox-O'Hearn, and Christian Winnerlein. + +The implementation is based on the reference implementation published in the [IETF RFC7693](https://datatracker.ietf.org/doc/html/rfc7693).