aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/brainpool.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive/brainpool.c')
-rw-r--r--src/exhaustive/brainpool.c22
1 files changed, 22 insertions, 0 deletions
diff --git a/src/exhaustive/brainpool.c b/src/exhaustive/brainpool.c
new file mode 100644
index 0000000..bf7bcda
--- /dev/null
+++ b/src/exhaustive/brainpool.c
@@ -0,0 +1,22 @@
+/*
+ * ecgen, tool for generating Elliptic curve domain parameters
+ * Copyright (C) 2017 J08nY
+ */
+
+#include "brainpool.h"
+
+GENERATOR(brainpool_gen_seed_random) {
+ return INT_MIN;
+}
+
+GENERATOR(brainpool_gen_seed_argument) {
+ return INT_MIN;
+}
+
+GENERATOR(brainpool_gen_seed_input) {
+ return INT_MIN;
+}
+
+GENERATOR(brainpool_gen_equation) {
+ return INT_MIN;
+} \ No newline at end of file