| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add option to generate smooth order curves. | J08nY | 2023-05-12 | 1 | -0/+23 |
| | | |||||
| * | Add util directory and jq script to transform into CSV. | J08nY | 2018-06-30 | 1 | -1/+1 |
| | | |||||
| * | Fix discriminant check. | J08nY | 2018-06-30 | 1 | -19/+2 |
| | | |||||
| * | Run clang-format. | J08nY | 2018-03-20 | 1 | -1/+1 |
| | | |||||
| * | Bump version0.6.5 | J08nY | 2018-03-05 | 1 | -0/+1 |
| | | | | | - Also fix Koblitz order insertion. | ||||
| * | Use the Koblitz order store to lookup a curve order fast. | J08nY | 2018-03-03 | 1 | -0/+18 |
| | | |||||
| * | Fix generation with set cofactor. | J08nY | 2018-03-03 | 1 | -3/+2 |
| | | |||||
| * | Refactor point generation tests. | J08nY | 2018-03-03 | 1 | -2/+2 |
| | | |||||
| * | Rewrite generator and point generation code. | J08nY | 2018-03-03 | 1 | -27/+11 |
| | | |||||
| * | Update copyright year. | J08nY | 2018-01-01 | 1 | -1/+1 |
| | | |||||
| * | Fix gens_get_embedding and brainpool RFC generation. | J08nY | 2017-12-17 | 1 | -3/+5 |
| | | | | | | - The Brainpool RFC generation still uses way too much stack, so it is likely leaking it somewhere, but not sure where. | ||||
| * | Fix discriminant computation. | J08nY | 2017-10-20 | 1 | -7/+4 |
| | | |||||
| * | Cleanup includes and test setup/teardown. | J08nY | 2017-10-17 | 1 | -1/+0 |
| | | |||||
| * | Add tests for order.c. | J08nY | 2017-10-17 | 1 | -1/+1 |
| | | |||||
| * | Add several check_fs for standard security requirements. | J08nY | 2017-10-17 | 1 | -1/+62 |
| | | | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant. | ||||
| * | Fixed generation with cofactor bound. | J08nY | 2017-09-30 | 1 | -8/+23 |
| | | | | | | Might be slow, but should work. Needs to factor curve order. I wonder if I should store the factored curve order somewhere. | ||||
| * | Introduce HAS_ARG(args) macro. | J08nY | 2017-09-29 | 1 | -5/+2 |
| | | |||||
| * | Add err output stream, default to stderr. | J08nY | 2017-08-30 | 1 | -1/+2 |
| | | |||||
| * | Add generating of points on non-prime order subgroups of a curve. | J08nY | 2017-06-01 | 1 | -33/+0 |
| | | | | | - Use --points=nonprime | ||||
| * | Move stuff related to generators to src/gen. | J08nY | 2017-05-31 | 1 | -0/+114 |
