aboutsummaryrefslogtreecommitdiff
path: root/src/math/twists.c
diff options
context:
space:
mode:
authorJ08nY2018-03-28 18:04:06 +0200
committerJ08nY2018-03-28 18:04:06 +0200
commit2f4a68259dec833c77a9598f9c1a5da547e9324d (patch)
tree0e5bb14cfe3fe42ab87f216c3e488862e90e5937 /src/math/twists.c
parentbfee3d1ef27c87424b8d5324926593c1d852b91e (diff)
downloadecgen-2f4a68259dec833c77a9598f9c1a5da547e9324d.tar.gz
ecgen-2f4a68259dec833c77a9598f9c1a5da547e9324d.tar.zst
ecgen-2f4a68259dec833c77a9598f9c1a5da547e9324d.zip
Diffstat (limited to 'src/math/twists.c')
-rw-r--r--src/math/twists.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/twists.c b/src/math/twists.c
index 992b7cf..0d4b14c 100644
--- a/src/math/twists.c
+++ b/src/math/twists.c
@@ -4,7 +4,7 @@
*/
#include "twists.h"
#include "gen/seed.h"
-#include "math/subgroup.h"
+#include "obj/subgroup.h"
void twist_rand_to(curve_t *to, const curve_t *of) {
to->field = gcopy(of->field);