aboutsummaryrefslogtreecommitdiff
path: root/src/util/bits.c
Commit message (Collapse)AuthorAgeFilesLines
* Add seadata to Travis.feature/brainpool-algoJ08nY2017-12-171-1/+1
|
* Implement base of brainpool algo.J08nY2017-12-131-0/+31
|
* Add bits_from_i_len util function.J08nY2017-11-081-0/+18
|
* Fix tautological compare in util/bits.c .J08nY2017-09-301-2/+2
|
* 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-171-1/+41
|
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-131-9/+17
|
* Add more utility functions to bits_t.J08nY2017-09-121-36/+89
|
* Implement bits_t, a bit string manipulation utility.J08nY2017-09-111-0/+327
|
* Paritially implement W computation in ANSI X9.62 algo.J08nY2017-09-071-0/+2