aboutsummaryrefslogtreecommitdiff
path: root/src/gen
Commit message (Collapse)AuthorAgeFilesLines
* Add curve family generation.J08nY2024-12-012-0/+5
|
* Fix metadata generation for supersingular curve.J08nY2024-11-291-0/+3
| | | | Embedding degree was failing, so defined it to 0?
* Implement NUMS curve generation (somewhat).J08nY2023-10-141-0/+2
| | | | Fixes #20.
* Add option to generate smooth order curves.J08nY2023-05-122-0/+33
|
* Fix #17.J08nY2022-12-071-1/+2
|
* Fix CM-discriminant and conductor computation.J08nY2021-04-221-4/+4
|
* Add compat layer for pari versions.J08nY2021-01-071-0/+1
| | | | Fixes #8.
* Fix builds with makefile.J08nY2020-11-291-1/+1
|
* Add conductor computation.J08nY2019-08-021-1/+9
|
* Fix point generation log.J08nY2019-03-071-2/+0
|
* Fix Travis.J08nY2018-07-101-1/+0
|
* Do not leak memory in hex check.J08nY2018-07-091-2/+1
|
* Fix computation of embedding degree.J08nY2018-07-041-2/+2
|
* Fix generating points on subgroup of order 2.J08nY2018-07-021-4/+11
|
* Add util directory and jq script to transform into CSV.J08nY2018-06-303-6/+6
|
* Fix discriminant check.J08nY2018-06-301-19/+2
|
* Implement computation of curve metadata(j-invariant, disc, frobenius, cm disc).J08nY2018-06-302-0/+57
|
* Add the custom CM method, finally working.J08nY2018-04-092-1/+10
|
* More bits tests.J08nY2018-04-051-2/+2
|
* Separate subgroup object functions into obj.J08nY2018-03-281-0/+1
|
* Separate curve object functions into obj.J08nY2018-03-282-118/+0
|
* Separate point object functions into obj.J08nY2018-03-284-183/+2
|
* Fix infinite loop when encountering EOF/error in input file read.J08nY2018-03-252-1/+12
|
* Run clang-format.J08nY2018-03-201-1/+1
|
* Bump version0.6.5J08nY2018-03-051-0/+1
| | | | - Also fix Koblitz order insertion.
* Use the Koblitz order store to lookup a curve order fast.J08nY2018-03-032-0/+28
|
* Fix generation with set cofactor.J08nY2018-03-032-5/+5
|
* Add direcory names to include guards.J08nY2018-03-038-24/+24
|
* Refactor point generation tests.J08nY2018-03-036-34/+36
|
* Rewrite generator and point generation code.J08nY2018-03-0310-334/+250
|
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-031-1/+1
| | | | | | - Make them dynamically allocated, per thread, not on stack. - Also fix a small invalid read of deallocated generator point.
* Cleanup includes.0.6.4J08nY2018-01-181-1/+0
|
* Add curve twists to CLI and update options in README.J08nY2018-01-182-0/+22
|
* Fix binary curve generation.J08nY2018-01-181-1/+1
|
* Update copyright year.J08nY2018-01-0118-18/+18
|
* Fix running out of stack in embedding degree computation.J08nY2017-12-201-10/+1
| | | | - It is a simple Fp_order computation, why the dumb algo? :D
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-171-3/+1
|
* Fix gens_get_embedding and brainpool RFC generation.J08nY2017-12-172-4/+8
| | | | | - The Brainpool RFC generation still uses way too much stack, so it is likely leaking it somewhere, but not sure where.
* Allow larger PARI stack for tests.J08nY2017-12-171-1/+0
|
* Fix some errors in brainpool rfc generation (4/7 RFC curves pass).J08nY2017-12-172-9/+26
|
* Fix brainpool(+RFC) generation of primes.J08nY2017-12-151-2/+1
|
* Implement base of brainpool algo.J08nY2017-12-131-0/+3
|
* Run clang-format.J08nY2017-11-081-1/+1
|
* Move some enums around, make a general seed_unroll.J08nY2017-11-081-0/+1
|
* Fix discriminant computation.J08nY2017-10-201-7/+4
|
* Add hex check to cli.J08nY2017-10-191-27/+30
|
* Add check_f for a string in the hex expansion of a curve param.J08nY2017-10-172-0/+120
|
* Cleanup includes and test setup/teardown.J08nY2017-10-172-2/+0
|
* Add tests for order.c.J08nY2017-10-171-1/+1
|
* Add several check_fs for standard security requirements.J08nY2017-10-174-2/+143
| | | | | | - Check for trace one(anomalous) curve, check for multiplicative transfer(embedding degree), factors of generator order and cm discriminant.