hash/sha512: add SHA-512/224 and SHA-512/256 variants
This commit is contained in:
parent
d66daa8938
commit
9ba30dbe41
5 changed files with 197 additions and 4 deletions
5
README
5
README
|
@ -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
|
||||
--------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue