aboutsummaryrefslogtreecommitdiff
path: root/src/util/memory.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add direcory names to include guards.J08nY2018-03-031-3/+3
|
* Update copyright year.J08nY2018-01-011-1/+1
|
* Make some memory functions take a const pointer.J08nY2017-09-111-2/+2
|
* Fix hashing of ANSI X9.62 seed.J08nY2017-08-311-0/+15
|
* Implement seed parsing for ANSI X9.62 algo. Refactor IO test layers.J08nY2017-08-301-2/+2
|
* Use correct allocation functions. Add try_free.J08nY2017-08-301-0/+17
|
* Add some more comments and docs, move exhaustive/seed.[ch] into math/J08nY2017-05-291-3/+3
|
* Added generating of points on all subgroups of a curve.J08nY2017-05-231-2/+5
| | | | | - 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-191-0/+32