commit | cb349ac27943c06283290a498653925995351572 | [log] [tgz] |
---|---|---|
author | Ron Eldor <Ron.Eldor@arm.com> | Sun Jul 15 09:29:47 2018 +0300 |
committer | Jaeden Amero <jaeden.amero@arm.com> | Tue Jul 24 16:43:20 2018 +0100 |
tree | 5bf5f0af331e28fb432bd9ce3d2926cadc99ab4e | |
parent | 466a57fbbe5f88dd8ac0b4ff4b617296d728eacc [diff] [blame] |
Implement the KW and KWP algorithm 1. Add kw to the Makefiles 2. Implement the algorithms as defined in SP800-38F, and RFC 3394.
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 4aba062..70fff52 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -40,6 +40,7 @@ md5.c md_wrap.c memory_buffer_alloc.c + nist_kw.c oid.c padlock.c pem.c