Add KDF interface and HKDF implementation
This commit is contained in:
parent
cef67c9f09
commit
5eb28b420d
9 changed files with 570 additions and 7 deletions
11
README
11
README
|
@ -52,6 +52,12 @@ ECC
|
|||
- [ ] Ed25519 (EdDSA)
|
||||
- [ ] X25519 (ECDH)
|
||||
|
||||
KDF
|
||||
---
|
||||
|
||||
- [x] HKDF
|
||||
|
||||
|
||||
Nice-to-haves
|
||||
=============
|
||||
|
||||
|
@ -85,8 +91,3 @@ AEAD
|
|||
- [ ] Camellia-GCM
|
||||
- [ ] Salsa20-Poly1305 (no Wycherproof test vector suite)
|
||||
- [ ] XSalsa20-Poly1305 (no Wycherproof test vector suite)
|
||||
|
||||
KDF
|
||||
---
|
||||
|
||||
- [ ] HKDF
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue