Skip to content

Commit

Permalink
GOST ECC optimizations (#263)
Browse files Browse the repository at this point in the history
Standalone EC implementations from ECCKiila.

https://gitlab.com/nisec/ecckiila
  • Loading branch information
bbbrumley committed Jul 3, 2020
1 parent 9a4548c commit bc34620
Show file tree
Hide file tree
Showing 12 changed files with 103,730 additions and 12 deletions.
8 changes: 8 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
8,532 changes: 8,532 additions & 0 deletions ecp_id_GostR3410_2001_CryptoPro_A_ParamSet.c

Large diffs are not rendered by default.

Loading

0 comments on commit bc34620

Please sign in to comment.