aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Add sanity check to back up SSSE3 algorithmDavid Phillips2017-05-21
|
* More avx->ssse3David Phillips2017-05-21
|
* AVX->SSSE3David Phillips2017-05-21
|
* Add version option -VDavid Phillips2017-05-15
|
* Better sizeofsDavid Phillips2017-05-14
|
* Add rough current hashrate to status lineDavid Phillips2017-05-14
|
* Add experimental AVX base32 algo, modularise base32 outDavid Phillips2017-05-14
|
* Name khash array more appropriatelyDavid Phillips2017-05-05
|
* Refactor monitor loop to own functionDavid Phillips2017-05-05
|
* Bail on error updating d in keyDavid Phillips2017-05-01
|
* Correct type a few declarationsDavid Phillips2017-05-01
|
* Merge remote-tracking branch 'alyptik/memleek'David Phillips2017-04-30
|\
| * Fix memory leaks with BN/pthread_t pointersalyptik2017-04-29
| |
* | More warnings in CFLAGSDavid Phillips2017-04-30
|/
* Improve error checking in key_update_dDavid Phillips2017-04-30
|
* Correct CFLAGSDavid Phillips2017-04-30
|
* Improve output formatDavid Phillips2017-04-30
|
* Add simple usage note to readmeDavid Phillips2017-04-30
|
* Relocate variable declaration to top of mainDavid Phillips2017-04-30
|