| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
| |
- There is not a lot of Koblitz curves out there, so they can be
easily enumerated for the interesting field sizes and their
orders computed offline.
|
| | |
|
| | |
|
| |
|
|
|
| |
- Use --points=all, the number of points can be quite large however,
it's 2^(num of prime subgroups of the curve).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
Invalid curve generation now supports multi-threading via pthreads,
use the --threads= option.
- Changed some function params to const, where possible.
- Added *_new_copy, *_clone and *_new_clone functions to
curve_t*, point_t* and point_t**
- Made cfg->bits unsigned long
- Made order_any gcopy the generated order(as it can be a clone and
screw up stuff later)
|
| | |
|
| |
|
|
|
|
| |
- Prime order points for all prime divisors of curve order (all prime subgroups)
- Random points
- Minimal set of generators of the whole group (one or two points)
|
|
|
- Added Koblitz curve generation.
|