mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-01 20:25:28 +01:00
Implement the KW and KWP algorithm
1. Add kw to the Makefiles 2. Implement the algorithms as defined in SP800-38F, and RFC 3394.
This commit is contained in:
parent
466a57fbbe
commit
cb349ac279
4 changed files with 545 additions and 5 deletions
|
|
@ -40,6 +40,7 @@ set(src_crypto
|
|||
md5.c
|
||||
md_wrap.c
|
||||
memory_buffer_alloc.c
|
||||
nist_kw.c
|
||||
oid.c
|
||||
padlock.c
|
||||
pem.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue