aboutsummaryrefslogtreecommitdiff
path: root/test/src/util/test_bits.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add tests for brainpool generation, and fix it.J08nY2017-12-131-0/+13
* Implement base of brainpool algo.J08nY2017-12-131-0/+18
* Add bits_from_i_len util function.J08nY2017-11-081-0/+11
* Format and update README.J08nY2017-10-141-1/+0
* Format tests and cleanup includes.J08nY2017-09-191-2/+6
* Move some files into src/misc.J08nY2017-09-191-1/+1
* Add parameterized tests for bits_sha1.J08nY2017-09-171-7/+35
* Add concat functions to bits_t.J08nY2017-09-171-115/+132
* Remove binascii utilities, move seed manipulation to bits_t.J08nY2017-09-131-0/+14
* Add more utility functions to bits_t.J08nY2017-09-121-0/+81
* Implement bits_t, a bit string manipulation utility.J08nY2017-09-111-0/+346