aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/shacal2/shacal2.h
Commit message (Collapse)AuthorAgeFilesLines
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* More annotationsJack Lloyd2017-09-191-1/+1
|
* Add support for SHACAL2 using x86 SHA extensionsJack Lloyd2017-08-141-0/+4
|
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-141-0/+2
|
* Add SHACAL2 in generic SIMDJack Lloyd2017-08-131-0/+5
| | | | Bit over 2x faster on my desktop
* Add SHACAL2Jack Lloyd2017-08-131-0/+36
256 bit ARX block cipher with hardware support, what's not to love.