From aaa5343efea5b9206535390937b1639a76ae0775 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Thu, 11 Jun 2020 20:51:33 -0400 Subject: [PATCH] Crypto means motherfucking cryptography --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f922da..702ebf8 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Specifically, we use these parts of libsodium: * Secretstreams * Password Hashing API (Argon2id) -and potentially others. In terms of hash functions, Blake2B and SHA256 are used directly and internally by various +and potentially others. In terms of cryptographic hash functions, Blake2B and SHA256 are used directly and internally by various libsodium functions. ## How does HushChat protect my privacy?