summaryrefslogtreecommitdiff
path: root/darn.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add LSH dynamic dispatch (PR #1032)Jeffrey Walton2021-04-261-1/+1
| | | This commit adds dynamic dispatch to LSH. The implementation pivots on AVX2 and SSSE3.
* Fix DARN32 tail bytesJeffrey Walton2020-05-141-2/+3
|
* Clear warning C4702: unreachable codeJeffrey Walton2018-12-141-0/+5
|
* Make temporary buffer a SecBlock for zeroizationJeffrey Walton2018-11-271-17/+18
|
* Fix PowerMac compile on G4's and G5'sJeffrey Walton2018-11-271-2/+14
|
* Guard GCC_DARN_ASM_AVAILABLE on GCC 4.0Jeffrey Walton2018-11-271-1/+4
| | | | The GCC inline assembler is available at GCC 3.2, but we check for 4.0 for expediency
* Add Power9 Random Number Generator support (GH #747, PR #748)Jeffrey Walton2018-11-271-0/+214