aboutsummaryrefslogtreecommitdiff
path: root/src/math/types.c
diff options
context:
space:
mode:
authorJ08nY2017-05-31 23:07:35 +0200
committerJ08nY2017-05-31 23:07:35 +0200
commit637702cb14fe7133f3cffe58eaaca4186d67fc43 (patch)
treebdbb50a3fd8cae28a1c767d3fe20a3c0c752cab9 /src/math/types.c
parentba8c1f2bc424205cbb167b3c65ce184912c6173a (diff)
downloadecgen-637702cb14fe7133f3cffe58eaaca4186d67fc43.tar.gz
ecgen-637702cb14fe7133f3cffe58eaaca4186d67fc43.tar.zst
ecgen-637702cb14fe7133f3cffe58eaaca4186d67fc43.zip
Move stuff related to generators to src/gen.
Diffstat (limited to 'src/math/types.c')
-rw-r--r--src/math/types.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/math/types.c b/src/math/types.c
deleted file mode 100644
index afd6542..0000000
--- a/src/math/types.c
+++ /dev/null
@@ -1,11 +0,0 @@
-/*
- * ecgen, tool for generating Elliptic curve domain parameters
- * Copyright (C) 2017 J08nY
- */
-#include "types.h"
-
-int gen_skip(curve_t *curve, const config_t *cfg, arg_t *args) { return 1; }
-
-int unroll_skip(curve_t *curve, const config_t *cfg, pari_sp from, pari_sp to) {
- return -1;
-}