commit | 0cd1f1c77fa6ee47ab92334476c3733ad609139f | [log] [tgz] |
---|---|---|
author | Pol Henarejos <pol.henarejos@cttc.es> | Mon May 09 01:04:15 2022 +0200 |
committer | Pol Henarejos <pol.henarejos@cttc.es> | Mon May 09 01:04:15 2022 +0200 |
tree | 577c9c5d1c9afe20d2db4bca388f34c334a61820 | |
parent | 310294f06aa5999a5fc99f50d306e667ff89bee8 [diff] [blame] |
Add SHA-3 module. Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
diff --git a/library/Makefile b/library/Makefile index d267e05..79ea185 100644 --- a/library/Makefile +++ b/library/Makefile
@@ -142,6 +142,7 @@ sha1.o \ sha256.o \ sha512.o \ + sha3.o \ ssl_debug_helpers_generated.o \ threading.o \ timing.o \