hash: implement SHA-{224,256}
Add the HMAC and Wycheproof bits for HMAC while at it.
This commit is contained in:
parent
0605d10bb3
commit
1a8f813442
11 changed files with 521 additions and 3 deletions
3
README
3
README
|
@ -20,6 +20,8 @@ Utilities
|
|||
Hash
|
||||
----
|
||||
|
||||
- [x] SHA-224
|
||||
- [x] SHA-256
|
||||
- [x] SHA-384
|
||||
- [x] SHA-512 (needed for Ed25519)
|
||||
|
||||
|
@ -61,7 +63,6 @@ Utilities
|
|||
Hash
|
||||
----
|
||||
|
||||
- [ ] SHA-256 & SHA-224 (the latter is a truncated form of the former)
|
||||
- [ ] SHA-512/224 & SHA-512/256 (most of the work done)
|
||||
|
||||
Authentication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue