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/Makefile b/library/Makefile index 9c3af3b..624773d 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -109,6 +109,8 @@ hash_info.o \ hkdf.o \ hmac_drbg.o \ + lmots.o \ + lms.o \ md.o \ md5.o \ memory_buffer_alloc.o \