From b1fd3b289050834a6283ad1cec4c405072d2a376 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 6 Jun 2020 07:40:45 -0400 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78703cc..519385b 100644 --- a/README.md +++ b/README.md @@ -75,13 +75,14 @@ No. We use the industry standard libsodium to provide cryptographic primitives: https://download.libsodium.org/doc/ -Specifically, we use these part of libsodium: +Specifically, we use these parts of libsodium: * Key Exchange * Secretstreams * Password Hashing API (Argon2id) - -In terms of hash functions, Blake2B and SHA256 are used. + +and potentially others. In terms of hash functions, Blake2B and SHA256 are used directly and internally by various +libsodium functions. ## How does HushChat protect my privacy?