commit | 8ff6df538c506bfcd83d9e4ab8bfaf2f4e671d11 | [log] [tgz] |
---|---|---|
author | Raef Coles <raef.coles@arm.com> | Wed Jul 21 12:42:15 2021 +0100 |
committer | Raef Coles <raef.coles@arm.com> | Thu Oct 13 14:28:15 2022 +0100 |
tree | 97fc9ee03f541ecff9d3be43fbd4fc5ac16cef29 | |
parent | 0fe6631486db70178b380f8ef6e5d89063ae39a3 [diff] [blame] |
Add LMS implementation Also an LM-OTS implementation as one is required for LMS. Signed-off-by: Raef Coles <raef.coles@arm.com>
diff --git a/library/CMakeLists.txt b/library/CMakeLists.txt index 9513814..7c325f7 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -44,6 +44,8 @@ hash_info.c hkdf.c hmac_drbg.c + lmots.c + lms.c md.c md5.c memory_buffer_alloc.c