Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Correct order of CPUID bit clearings | Jack Lloyd | 2018-08-26 | 1 | -1/+1 |
| | | | | | | These are done from left to right, so should end with most widely implement extensions. Noticed because adding AVX2 ChaCha caused SSE2 ChaCha to be no longer tested. | ||||
* | Fix handling of SHA instructions in tests | Jack Lloyd | 2018-06-29 | 1 | -0/+2 |
| | |||||
* | Add SHACAL2 test from Bouncy Castle | Jack Lloyd | 2017-11-05 | 1 | -0/+5 |
| | | | | [ci skip] | ||||
* | Add SHACAL2 in generic SIMD | Jack Lloyd | 2017-08-13 | 1 | -0/+14 |
| | | | | Bit over 2x faster on my desktop | ||||
* | Add SHACAL2 | Jack Lloyd | 2017-08-13 | 1 | -0/+4083 |
256 bit ARX block cipher with hardware support, what's not to love. |