diff options
Diffstat (limited to 'src/math/point.h')
| -rw-r--r-- | src/math/point.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/math/point.h b/src/math/point.h index 49c37c6..a25ec2c 100644 --- a/src/math/point.h +++ b/src/math/point.h @@ -159,6 +159,19 @@ GENERATOR(points_gen_trial); GENERATOR(points_gen_prime); /** + * GENERATOR(gen_t) + * + * Generates points on all subgroups of the curve. Prime and non-prime order. + * + * @param curve + * @param cfg + * @param args + * @return + */ +GENERATOR(points_gen_allgroups); + +/** + * UNROLL(unroll_t) * * @param curve * @param cfg |
