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).