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:
Ron Eldor 2018-07-15 09:29:47 +03:00 committed by Jaeden Amero
parent 466a57fbbe
commit cb349ac279
4 changed files with 545 additions and 5 deletions

View file

@ -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