aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorBilly Brumley <bbrumley@gmail.com>2020-07-03 18:27:23 +0300
committerGitHub <noreply@github.com>2020-07-03 18:27:23 +0300
commitbc346202fbb3bc838a19af8c3b0e449926589c7b (patch)
treefd7e7f7307d0e9f928ede362f6c0a6c67fdb3f8b /CMakeLists.txt
parent9a4548c819c63b41358072d645454ad7ea56cd2b (diff)
downloadgost-engine-bc346202fbb3bc838a19af8c3b0e449926589c7b.zip
gost-engine-bc346202fbb3bc838a19af8c3b0e449926589c7b.tar.gz
gost-engine-bc346202fbb3bc838a19af8c3b0e449926589c7b.tar.bz2
GOST ECC optimizations (#263)
Standalone EC implementations from ECCKiila. https://gitlab.com/nisec/ecckiila
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cee4535..1dd02c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,6 +136,14 @@ set(GOST_CORE_SOURCE_FILES
set(GOST_EC_SOURCE_FILES
gost_ec_keyx.c
gost_ec_sign.c
+ ecp_id_GostR3410_2001_CryptoPro_A_ParamSet.c
+ ecp_id_GostR3410_2001_CryptoPro_B_ParamSet.c
+ ecp_id_GostR3410_2001_CryptoPro_C_ParamSet.c
+ ecp_id_GostR3410_2001_TestParamSet.c
+ ecp_id_tc26_gost_3410_2012_256_paramSetA.c
+ ecp_id_tc26_gost_3410_2012_512_paramSetA.c
+ ecp_id_tc26_gost_3410_2012_512_paramSetB.c
+ ecp_id_tc26_gost_3410_2012_512_paramSetC.c
)
set (GOST_OMAC_SOURCE_FILES