diff options
Diffstat (limited to 'src/exhaustive/brainpool.h')
| -rw-r--r-- | src/exhaustive/brainpool.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exhaustive/brainpool.h b/src/exhaustive/brainpool.h index cb79e89..188780b 100644 --- a/src/exhaustive/brainpool.h +++ b/src/exhaustive/brainpool.h @@ -43,6 +43,15 @@ GENERATOR(brainpool_gen_seed_argument); GENERATOR(brainpool_gen_seed_input); /** + * + * @param curve + * @param args + * @param state + * @return + */ +GENERATOR(brainpool_gen_field); + +/** * @brief * @param curve * @param args |
