summaryrefslogtreecommitdiffhomepage
path: root/src/crypto/zinc/selftest
AgeCommit message (Expand)Author
2019-12-06chacha20poly1305: double check the sgmiter logic with testJason A. Donenfeld
2019-12-05chacha20poly1305: port to sgmitter for 5.5Jason A. Donenfeld
2019-01-07global: update copyrightJason A. Donenfeld
2018-10-07crypto: use BIT(i) & bitmap instead of (bitmap >> i) & 1Jason A. Donenfeld
2018-10-07crypto: disable broken implementations in selftestsJason A. Donenfeld
2018-10-06crypto: test all SIMD combinationsJason A. Donenfeld
2018-10-06global: rename include'd C files to be .cJason A. Donenfeld
2018-10-03simd: introduce useful disabling macroJason A. Donenfeld
2018-10-02chacha20: test multiple page span in selftestJason A. Donenfeld
2018-10-02chacha20: break out of zero loops in selftestJason A. Donenfeld
2018-09-25crypto: rename DEBUG to SELFTESTJason A. Donenfeld
2018-09-25curve25519: show all failures in test caseJason A. Donenfeld
2018-09-25chacha20: add bounds checking to selftestsJason A. Donenfeld
2018-09-25crypto: make constant naming scheme consistentJason A. Donenfeld
2018-09-25hchacha20: keep in native endian in wordsJason A. Donenfeld
2018-09-23global: reduce stack frame sizeJason A. Donenfeld
2018-09-23chacha20: add chunked selftest and test sliding alignments and hchacha20Jason A. Donenfeld
2018-09-20global: put SPDX identifier on its own lineJason A. Donenfeld
2018-09-20crypto: do not waste space on selftest itemsJason A. Donenfeld
2018-09-20crypto: explicitly dual licenseJason A. Donenfeld
2018-09-20poly1305: account for simd being toggled off midwayJason A. Donenfeld
2018-09-18chacha20: add independent self testJason A. Donenfeld
2018-09-18chacha20poly1305: add __init to selftest helper functionsJason A. Donenfeld
2018-09-18crypto: turn Zinc into individual modulesJason A. Donenfeld
2018-09-17crypto: pass simd by referenceJason A. Donenfeld
2018-09-17poly1305: do not require simd context for archJason A. Donenfeld
2018-09-16crypto: make MITJason A. Donenfeld
2018-09-11poly1305: rename finish to finalJason A. Donenfeld
2018-09-11crypto: do not use compound literals in selftestsJason A. Donenfeld
2018-09-08poly1305: rewrite self tests from scratchJason A. Donenfeld
2018-09-06crypto: use CRYPTOGAMS licenseJason A. Donenfeld
2018-09-03crypto: import zincJason A. Donenfeld