core/crypto/blake: Remove, use BLAKE2b/BLAKE2s

This commit is contained in:
Yawning Angel
2023-11-17 19:31:51 +09:00
parent 41fdcfeecf
commit 44c8da7bf2
4 changed files with 0 additions and 790 deletions
-1
View File
@@ -8,7 +8,6 @@ Please see the chart below for the options.
## Hashing algorithms
| Algorithm | |
|:-------------------------------------------------------------------------------------------------------------|:-----------------|
| [BLAKE](https://web.archive.org/web/20190915215948/https://131002.net/blake) | ✔️ |
| [BLAKE2B](https://datatracker.ietf.org/doc/html/rfc7693) | ✔️ |
| [BLAKE2S](https://datatracker.ietf.org/doc/html/rfc7693) | ✔️ |
| [GOST](https://datatracker.ietf.org/doc/html/rfc5831) | ✔️ |