summaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 exhaustive/a...J08nY2017-09-171-4/+2
* 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
* Add debug logging with time, refactor allocationJ08nY2017-05-192-0/+60