aboutsummaryrefslogtreecommitdiff
path: root/src/exhaustive/brainpool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exhaustive/brainpool.h')
-rw-r--r--src/exhaustive/brainpool.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/src/exhaustive/brainpool.h b/src/exhaustive/brainpool.h
index cf212b1..cb79e89 100644
--- a/src/exhaustive/brainpool.h
+++ b/src/exhaustive/brainpool.h
@@ -8,12 +8,47 @@
#include "misc/types.h"
+/**
+ * @brief
+ * @param hex_str
+ * @return
+ */
+bool brainpool_seed_valid(const char *hex_str);
+
+/**
+ * @brief
+ * @param curve
+ * @param args
+ * @param state
+ * @return
+ */
GENERATOR(brainpool_gen_seed_random);
+/**
+ * @brief
+ * @param curve
+ * @param args
+ * @param state
+ * @return
+ */
GENERATOR(brainpool_gen_seed_argument);
+/**
+ * @brief
+ * @param curve
+ * @param args
+ * @param state
+ * @return
+ */
GENERATOR(brainpool_gen_seed_input);
+/**
+ * @brief
+ * @param curve
+ * @param args
+ * @param state
+ * @return
+ */
GENERATOR(brainpool_gen_equation);
#endif // ECGEN_BRAINPOOL_H