From e8e8afbc6e47f28443a1b053a07a267caa92c0ad Mon Sep 17 00:00:00 2001 From: d0x471b <0x471@protonmail.com> Date: Thu, 5 Sep 2024 02:55:24 +0300 Subject: [PATCH] readme funfact: blake2 --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 15d95f6..02e5120 100755 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The output is a sequence of 64 bytes of pseudorandom data. More details can be found here: https://www.rfc-editor.org/rfc/rfc7539 +**Funfact:** BLAKE(2), relies on a core algorithm borrowed from the ChaCha stream cipher :) + ## How does ChaCha20 differ from AES? - **Simpler Design**: ChaCha20 has a simpler structure compared to AES. - **ARX Design**: ChaCha20 uses an ARX (Addition-Rotation-XOR) design, which avoids the use of S-Boxes and reduces cache footprint.