aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/crypto/zinc/selftest/run.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld2018-10-071-2/+2
| | | | | | | | | | | Pros: clearer if you're not familiar with the shift idiom, uses kernel macro. Cons: doesn't work any more if the lvalue ever ceases to be a bool. Neutral: generates the same machine code. Suggested-by: Sultan Alsawaf <sultanxda@gmail.com>
* crypto: disable broken implementations in selftestsJason A. Donenfeld2018-10-071-9/+8
|
* crypto: test all SIMD combinationsJason A. Donenfeld2018-10-061-0/+49