aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Simplify semaphores to volatile globalsem-depDavid Phillips2017-11-18
|
* Add Windows benchmark, CPU GHz columnDavid Phillips2017-11-18
|
* Switch to in-house byte-order switchingDavid Phillips2017-11-18
|
* Add RPi-3 bench, add notes column to benchesDavid Phillips2017-11-17
|
* Tidy unnecessary magic constants awayDavid Phillips2017-09-20
|
* Fix accidental regression with never-zero loop countDavid Phillips2017-09-14
|
* Clean up test runner scriptDavid Phillips2017-09-12
|
* Free bignum_e at exit, don't leak that memoryDavid Phillips2017-09-12
| | | | Chur alyptik for reminding me
* Don't use GNU extensions on rmDavid Phillips2017-08-23
|
* Thread count can never be zero, don't worry about /0 from itDavid Phillips2017-08-09
|
* Remove division by zero if no loops completeDavid Phillips2017-08-09
|
* Change from sh to bash for pushdDavid Phillips2017-07-27
|
* Add more tests, pull simple test runner from other projectDavid Phillips2017-07-27
|
* Add more function docs to onion_base32.cDavid Phillips2017-07-03
|
* Correct equality check in test.shDavid Phillips2017-06-27
|
* Add test recipe to travis runDavid Phillips2017-06-27
|
* Add test recipe to MakefileDavid Phillips2017-06-27
|
* Expand \r to \n before parsing in test.shDavid Phillips2017-06-27
|
* Don't trample worker thread output with performance stringDavid Phillips2017-06-27
|
* Add basic sanity check scriptDavid Phillips2017-06-27
|
* Correct old outdated error messageDavid Phillips2017-06-27
|
* Add travis build label to readmeDavid Phillips2017-06-27
|
* Fix LDFLAGS orderDavid Phillips2017-06-27
|
* Fix indentation in .travis.ymlDavid Phillips2017-06-27
|
* Add .travis.yml for CIDavid Phillips2017-06-27
|
* Change char array to unsigned to avoid (pedantic) overflowDavid Phillips2017-06-26
|
* Remove outdated key sanity commentDavid Phillips2017-06-24
|
* Update benchmarkDavid Phillips2017-06-20
|
* Remove debug spin haltDavid Phillips2017-05-29
|
* Free alloced objects, move volatile to start of declDavid Phillips2017-05-29
|
* Remove unnecessary include from key_update.hDavid Phillips2017-05-29
|
* Remove bitmask and raw_len computation out of tight loopDavid Phillips2017-05-29
|
* Roll back two accidental changes in last commitDavid Phillips2017-05-28
|
* Openssl-1.0 compatDavid Phillips2017-05-28
|
* More benchmarksDavid Phillips2017-05-28
|
* Update benchmarksDavid Phillips2017-05-28
|
* Tidy the raw_len switch slightlyDavid Phillips2017-05-28
|
* Revert "Change raw_len from hard-coded to equation"David Phillips2017-05-28
| | | | | | This reverts commit ff244210acaf78beb6530c9f9d64a5f6965fdc75. This actually made the algorithm slightly slower
* Change raw_len from hard-coded to equationDavid Phillips2017-05-28
|
* Make bitmask array staticDavid Phillips2017-05-28
|
* Remove the need for base32 in the inner loopDavid Phillips2017-05-28
|
* Remove ssse3 algorithm, tighten decoderDavid Phillips2017-05-28
|
* Remove SSSE3 noteDavid Phillips2017-05-28
|
* Add naive base32 decoder in preparation for new algoDavid Phillips2017-05-28
|
* Add bench for i7-4770David Phillips2017-05-25
|
* Update readme with new benchmarksDavid Phillips2017-05-23
|
* Merge branch 'ssse3-default'David Phillips2017-05-23
|\
| * Make SSSE3 algorithm the defaultDavid Phillips2017-05-23
| |
* | Fix bug in check_base32 when first character was invalidDavid Phillips2017-05-23
|/
* Remove old debug printfDavid Phillips2017-05-21
|