aboutsummaryrefslogtreecommitdiff
path: root/src/misc
diff options
context:
space:
mode:
authorJ08nY2017-12-20 00:05:27 +0100
committerJ08nY2017-12-20 00:05:27 +0100
commitbaaa38bdee383968b921c558006619cbc6bedad6 (patch)
tree728dd4a735308d431aa3519082500fa9bdedb4f1 /src/misc
parent9e1ddad3937bc7b5ae6ead5beb4dc0cf666b037e (diff)
downloadecgen-baaa38bdee383968b921c558006619cbc6bedad6.tar.gz
ecgen-baaa38bdee383968b921c558006619cbc6bedad6.tar.zst
ecgen-baaa38bdee383968b921c558006619cbc6bedad6.zip
Fix running out of stack in embedding degree computation.
- It is a simple Fp_order computation, why the dumb algo? :D
Diffstat (limited to 'src/misc')
-rw-r--r--src/misc/types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/misc/types.h b/src/misc/types.h
index 76f8510..fc84bed 100644
--- a/src/misc/types.h
+++ b/src/misc/types.h
@@ -49,6 +49,7 @@ typedef struct {
long v;
bits_t *seed_a;
bits_t *seed_b;
+ GEN mult;
} brainpool;
};
} seed_t;