| Commit message (Collapse) | Author | Files | Lines |
|
https://github.com/kgabis/parson/commit/387c5665f6b20faa535a7f782dcaa49390963366
|
|
|
|
|
|
|
|
|
|
- Make them dynamically allocated, per thread, not on stack.
- Also fix a small invalid read of deallocated generator point.
|
|
|
|
- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- It is a simple Fp_order computation, why the dumb algo? :D
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- The Brainpool RFC generation still uses way too much stack, so
it is likely leaking it somewhere, but not sure where.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Check for trace one(anomalous) curve, check for multiplicative
transfer(embedding degree), factors of generator order and
cm discriminant.
|
|
|
|
|