aboutsummaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixup issues in clang with pedantic.J08nY2025-03-273-9/+9
|
* Fix discriminant iteration in CM with composite order.J08nY2025-03-203-7/+9
| | | | The prime impl is still broken. The family gen is as well.
* Add KSS curve generation.J08nY2024-12-011-5/+41
|
* Add curve family generation.J08nY2024-12-011-1/+1
|
* Fixed build on macOS via posix-macos-addonsKirill A. Korinsky2021-09-222-4/+16
| | | | | | | This commit introduced support of macOS by using [posix-macos-addons](https://github.com/stanislaw/posix-macos-addons). Closes: https://github.com/J08nY/ecgen/issues/7
* Add conductor computation.J08nY2019-08-021-1/+2
|
* Add option to specify order by factors.J08nY2018-07-122-0/+15
|
* Add the custom CM method, finally working.J08nY2018-04-091-0/+17
|
* Add direcory names to include guards.J08nY2018-03-035-15/+15
|
* Refactor point generation tests.J08nY2018-03-031-4/+2
|
* Rewrite generator and point generation code.J08nY2018-03-034-4/+71
|
* Fix Valgrind warnings about timeout struct allocations.J08nY2018-02-032-14/+43
| | | | | | - 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 utilities to create random curve twists.J08nY2018-01-182-0/+19
|
* Update copyright year.J08nY2018-01-0110-10/+10
|
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-171-1/+1
|
* Implement base of brainpool algo.J08nY2017-12-134-0/+58
|
* Add bits_from_i_len util function.J08nY2017-11-082-0/+20
|
* Add check_f for a string in the hex expansion of a curve param.J08nY2017-10-172-0/+42
|
* Document the timeout interface.J08nY2017-10-082-7/+13
|
* Add Doxygen @file directives to heaer files missing them.J08nY2017-10-042-1/+6
|
* Add per-param timeout option.J08nY2017-10-042-7/+15
|
* Properly implement timeout_start and timeout_stop.J08nY2017-10-042-21/+38
|
* Add timeout.[ch] and timeout macro.J08nY2017-10-042-0/+60
|
* Fix tautological compare in util/bits.c .J08nY2017-09-301-2/+2
|
* Move some files into src/misc.J08nY2017-09-191-1/+1
|
* Fix a segfault in ANSI generation, fix ISO C initializer braces.J08nY2017-09-191-1/+1
|
* Move some stuff from general seed_t handling in gen/seed.[ch] to ↵J08nY2017-09-171-4/+2
| | | | exhaustive/ansi.[ch].
* Fix bits_to_hex and bits_to_bin.J08nY2017-09-171-2/+2
|
* Add parameterized tests for bits_sha1.J08nY2017-09-171-2/+4
|
* Add concat functions to bits_t.J08nY2017-09-172-1/+56
|
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-134-86/+19
|
* Add more utility functions to bits_t.J08nY2017-09-123-42/+109
|
* Implement bits_t, a bit string manipulation utility.J08nY2017-09-112-0/+387
|
* Make some memory functions take a const pointer.J08nY2017-09-112-4/+4
|
* Paritially implement W computation in ANSI X9.62 algo.J08nY2017-09-072-0/+7
|
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-314-8/+34
|
* Add utilities for PARI t_INT and char * conversion.J08nY2017-08-312-0/+77
|
* Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-302-11/+6
|
* Simplify rand range setting.J08nY2017-08-301-7/+2
|
* Use correct allocation functions. Add try_free.J08nY2017-08-302-3/+44
|
* Refactor random_reseed from random_init.J08nY2017-07-201-1/+5
|
* Fix formatting and whitespace.J08nY2017-06-051-1/+1
|
* Move stuff related to generators to src/gen.J08nY2017-05-312-0/+103
|
* Add some more comments and docs, move exhaustive/seed.[ch] into math/J08nY2017-05-293-19/+5
|
* Added generating of points on all subgroups of a curve.J08nY2017-05-232-2/+19
| | | | | - Use --points=all, the number of points can be quite large however, it's 2^(num of prime subgroups of the curve).
* Add debug logging with time, refactor allocationJ08nY2017-05-192-0/+60