This website works better with JavaScript.
Home
Explore
Help
Sign In
kris
/
pqc
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
add cmake
sike
Henry Case
3 years ago
parent
51a41a3167
commit
a2a2b08a84
1 changed files
with
12 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+12
-0
src/kem/sike/CMakeLists.txt
+ 12
- 0
src/kem/sike/CMakeLists.txt
View File
@@ -0,0 +1,12 @@
set(
SRC_CLEAN_SIKE_P434
p434/fpx.c
p434/isogeny.c
p434/fp_generic.c
p434/params.c
p434/sike.c)
define_kem_alg(
sike_p434_clean
PQC_SIKEP434_CLEAN "${SRC_CLEAN_SIKE_P434}" "${CMAKE_CURRENT_SOURCE_DIR}")
Write
Preview
Loading…
Cancel
Save