aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/data/block/shacal2.vec
Commit message (Collapse)AuthorAgeFilesLines
* Correct order of CPUID bit clearingsJack Lloyd2018-08-261-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 testsJack Lloyd2018-06-291-0/+2
|
* Add SHACAL2 test from Bouncy CastleJack Lloyd2017-11-051-0/+5
| | | | [ci skip]
* Add SHACAL2 in generic SIMDJack Lloyd2017-08-131-0/+14
| | | | Bit over 2x faster on my desktop
* Add SHACAL2Jack Lloyd2017-08-131-0/+4083
256 bit ARX block cipher with hardware support, what's not to love.