hash/sha512: add SHA-512/224 and SHA-512/256 variants

This commit is contained in:
Lucas Gabriel Vuotto 2024-06-17 14:41:20 +00:00
parent d66daa8938
commit 9ba30dbe41
5 changed files with 197 additions and 4 deletions

5
README
View file

@ -23,7 +23,8 @@ Hash
- [x] SHA-224
- [x] SHA-256
- [x] SHA-384
- [x] SHA-512 (needed for Ed25519)
- [x] SHA-512
- [x] SHA-512/224 & SHA-512/256
Authentication
--------------
@ -63,8 +64,6 @@ Utilities
Hash
----
- [ ] SHA-512/224 & SHA-512/256 (most of the work done)
Authentication
--------------