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/CMakeLists.txt b/library/CMakeLists.txt index 6bb2ad3..f1b0d76 100644 --- a/library/CMakeLists.txt +++ b/library/CMakeLists.txt
@@ -77,6 +77,7 @@ sha1.c sha256.c sha512.c + sha3.c ssl_debug_helpers_generated.c threading.c timing.c