aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2024-05-27tests/bench/bench.c: remove 32k columnPaul Duncan1-1/+1
2024-05-27tests/bench: add k12_once to list of functions and add 32k test columnPaul Duncan2-5/+10
2024-05-26tests/avx2: use permutes for piPaul Duncan1-13/+50
2024-05-26add tests/avx2Paul Duncan4-0/+476
2024-05-26add tests/diagrams/avx512.svgPaul Duncan1-0/+61
2024-05-26add tests/diagramsPaul Duncan2-0/+26
2024-05-09examples/*/Makefile, tests/*/Makefile: add BACKEND support, mark clean target...v0.8Paul Duncan3-4/+10
2024-05-08s/SHA3_BACKEND/BACKEND/gPaul Duncan2-8/+8
2024-05-08tests/bench/README.md: fix cpb links, update default trial count, add pi5 res...Paul Duncan1-21/+103
2024-05-08tests/bench/bench.c: reduce defailt number of trails from 100k to 2kPaul Duncan1-1/+1
2024-05-08tests/neon/neon.c: port changes back from sha3.cPaul Duncan1-302/+405
2024-05-07tests/neon/Makefile: add all targetPaul Duncan1-2/+5
2024-05-07tests/bench/Makefile: add test targetPaul Duncan1-0/+3
2024-05-05sha3.c, Makefile, tests/bench/Makefile: allow overriding SHA3_BACKEND via com...Paul Duncan1-2/+4
2024-05-04tests/bench/Makefile: add commented CFLAGS with scalar backendPaul Duncan1-0/+1
2024-05-03add tests/neonPaul Duncan3-0/+989
2024-04-29tests/bench: add backend to metadataPaul Duncan2-3/+4
2024-04-29tests/bench/README.md: add n2l examplePaul Duncan1-2/+8
2024-04-29tests/bench: refactor so bench prints a cpb table to stdoutPaul Duncan2-93/+129
2024-04-29tests/bench/README.md: remove mean_cpb, add "cycles per byte" link, misc clea...Paul Duncan1-4/+5
2024-04-29tests/bench/bench.c: fix bench function memory allocation, remove mean_cpb fr...Paul Duncan1-20/+24
2024-04-29add tests/benchPaul Duncan6-0/+352
2024-02-24tests/cavp-tests/main.c: regeneratePaul Duncan1-50/+52
2024-02-24tests/cavp-tests/gen-main.rb: update to reflect shake prototype changes, mino...Paul Duncan1-4/+5
2024-02-24add tests/cavp-testsPaul Duncan8-199/+39397
2024-02-23add tests/gen-shake-tests.rbPaul Duncan1-0/+199
2023-09-18add tests/README.mdv0.3Paul Duncan1-0/+5
2023-09-18tests/permute: remove iota optimization commentPaul Duncan1-2/+0
2023-09-18tests/permute: increase test permutation count, add timing note, faster avx51...Paul Duncan1-32/+34
2023-09-18tests/permute/permute.c: add commentsPaul Duncan1-10/+52
2023-09-18tests/permute/permute.c: remove disabled codePaul Duncan1-49/+4
2023-09-18add tests/permutePaul Duncan3-0/+914
2023-09-17add tests/fuzzPaul Duncan5-0/+36