We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60ff2ea commit e815576Copy full SHA for e815576
README.md
@@ -1,4 +1,4 @@
1
-# <a href="#"><img src="media/BLAKE3.svg" alt="BLAKE3" height=50></a>
+# BLAKE3
2
3
BLAKE3 is a cryptographic hash function that is:
4
@@ -75,6 +75,9 @@ BLAKE3 was designed by:
75
76
The development of BLAKE3 was sponsored by [Electric Coin Company](https://electriccoin.co).
77
78
+BLAKE3 is also [specified](https://c2sp.org/BLAKE3) in the [Community
79
+Cryptography Specification Project (C2SP)](https://c2sp.org).
80
+
81
*NOTE: BLAKE3 is not a password hashing algorithm, because it's
82
designed to be fast, whereas password hashing should not be fast. If you
83
hash passwords to store the hashes or if you derive keys from passwords,
0 commit comments