| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
Fixes #10.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
- 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.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|