summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJP Aumasson <jp@taurushq.com>2024-09-14 16:37:44 +0200
committerJP Aumasson <jp@taurushq.com>2024-09-14 16:37:44 +0200
commite81557689b0c80abf312772a1a5f89d1881a9878 (patch)
treea3d418bb6affaa30cc3165aa9e6f823c9ac269ef /README.md
parent60ff2eafed63b29ed1622bb6330e640c22c683ff (diff)
heading fix, C2SPHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index ea990b6..c1ce961 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# <a href="#"><img src="media/BLAKE3.svg" alt="BLAKE3" height=50></a>
+# BLAKE3
BLAKE3 is a cryptographic hash function that is:
@@ -75,6 +75,9 @@ BLAKE3 was designed by:
The development of BLAKE3 was sponsored by [Electric Coin Company](https://electriccoin.co).
+BLAKE3 is also [specified](https://c2sp.org/BLAKE3) in the [Community
+Cryptography Specification Project (C2SP)](https://c2sp.org).
+
*NOTE: BLAKE3 is not a password hashing algorithm, because it's
designed to be fast, whereas password hashing should not be fast. If you
hash passwords to store the hashes or if you derive keys from passwords,