Age | Commit message (Expand) | Author | Files | Lines |
2024-02-24 | sha3.c: add xof_absorb_raw_bulk() to absorb data in bulk | Paul Duncan | 1 | -6/+99 |
2024-02-24 | sha3.h: remove duplicate shake group definition, move sha3_xof_t definition t... | Paul Duncan | 1 | -25/+13 |
2024-02-24 | sha3.h: fix copyright year | Paul Duncan | 1 | -1/+1 |
2024-02-24 | sha3.h: fix a couple XOF links | Paul Duncan | 1 | -4/+4 |
2024-02-24 | sha3.c: remove unused shake() function | Paul Duncan | 1 | -22/+0 |
2024-02-24 | sha3.h: fix shake group description | Paul Duncan | 1 | -4/+3 |
2024-02-24 | README.md: add missing "the" | Paul Duncan | 1 | -1/+1 |
2024-02-24 | README.md: add more references to cavp | Paul Duncan | 1 | -4/+4 |
2024-02-24 | README.md: update examples, add cavp references | Paul Duncan | 1 | -14/+23 |
2024-02-24 | tests/cavp-tests/main.c: regenerate | Paul Duncan | 1 | -50/+52 |
2024-02-24 | tests/cavp-tests/gen-main.rb: update to reflect shake prototype changes, mino... | Paul Duncan | 1 | -4/+5 |
2024-02-24 | examples: update examples for new shake{128,256} prototypes | Paul Duncan | 3 | -80/+44 |
2024-02-24 | sha3.h: update shake256 example references | Paul Duncan | 1 | -3/+3 |
2024-02-24 | sha3.h: revert cshake{128,256} prototype changes | Paul Duncan | 1 | -9/+9 |
2024-02-24 | main.c: replace shake{128,256}_xof references with shake{128,256} | Paul Duncan | 1 | -19/+15 |
2024-02-24 | sha3.[hc]: remove shake{128,256}(), replace shake{128,256}_xof prefixes with ... | Paul Duncan | 2 | -337/+76 |
2024-02-24 | README.md: README.md: remove references to shake{128,256}-xof | Paul Duncan | 1 | -4/+2 |
2024-02-24 | add tests/cavp-tests | Paul Duncan | 9 | -199/+39399 |
2024-02-23 | add tests/gen-shake-tests.rb | Paul Duncan | 1 | -0/+199 |
2024-02-23 | sha3.c: add xof_{absorb,squeeze}_raw() | Paul Duncan | 1 | -15/+29 |
2024-02-23 | sha3.c: use temp array for pi() and chi(), fix tests | Paul Duncan | 1 | -65/+67 |
2023-10-17 | README.md: add api-docs linkv0.5 | Paul Duncan | 1 | -3/+5 |
2023-10-16 | README.md: remove extraneous semicolon | Paul Duncan | 1 | -1/+1 |
2023-10-16 | Doxyfile: link to examples | Paul Duncan | 1 | -1/+1 |
2023-10-16 | sha3.c: clean up intro, remove extraneous newline | Paul Duncan | 1 | -10/+10 |
2023-10-16 | README.md: fix "Tests" section, add "License" section, tweak intro paragraph | Paul Duncan | 1 | -9/+31 |
2023-10-16 | sha3.h: add @author, @copyright, @brief to file header, add examples for all ... | Paul Duncan | 1 | -470/+1123 |
2023-10-16 | add examples/06-all/ | Paul Duncan | 7 | -0/+1630 |
2023-10-15 | add Doxyfile, fix "doc" target | Paul Duncan | 3 | -2/+2734 |
2023-10-15 | README.md: add "Usage" section | Paul Duncan | 1 | -0/+10 |
2023-10-15 | README.md: s/main()/main(void)/ | Paul Duncan | 1 | -1/+1 |
2023-10-15 | README.md: add "Tests" section | Paul Duncan | 1 | -0/+13 |
2023-10-15 | README.md: s/typeing/typing/ | Paul Duncan | 1 | -1/+1 |
2023-10-14 | README.md: improve introduction, minor fixes to algo list, add "Documentation...v0.4 | Paul Duncan | 1 | -23/+38 |
2023-10-14 | sha3.h: doxygen fixes, improve documentation, shrink list of algorithms in he... | Paul Duncan | 1 | -161/+566 |
2023-10-14 | sha3.c: compress algorithm list in header comment block, mark entire file as ... | Paul Duncan | 1 | -19/+12 |
2023-10-14 | Makefile, .gitignore: add "doc" target, ignore generated api documentation | Paul Duncan | 2 | -0/+6 |
2023-10-14 | README.md: improve intro paragraph, shorten list of algorithms, add descripti... | Paul Duncan | 1 | -26/+154 |
2023-09-23 | sha3.c: k12_big_absorb_done(): fix uninitialized buffer warning | Paul Duncan | 1 | -1/+1 |
2023-09-18 | add tests/README.mdv0.3 | Paul Duncan | 1 | -0/+5 |
2023-09-18 | sha3.c: add avx512 permute(), add step comments, do not build scalar steps un... | Paul Duncan | 1 | -1/+257 |
2023-09-18 | tests/permute: remove iota optimization comment | Paul Duncan | 1 | -2/+0 |
2023-09-18 | tests/permute: increase test permutation count, add timing note, faster avx51... | Paul Duncan | 1 | -32/+34 |
2023-09-18 | tests/permute/permute.c: add comments | Paul Duncan | 1 | -10/+52 |
2023-09-18 | tests/permute/permute.c: remove disabled code | Paul Duncan | 1 | -49/+4 |
2023-09-18 | add tests/permute | Paul Duncan | 3 | -0/+914 |
2023-09-17 | examples/05-python/README.md: add intro links and "Usage" section | Paul Duncan | 1 | -2/+33 |
2023-09-17 | Makefile: add LIB to clean target | Paul Duncan | 1 | -1/+2 |
2023-09-17 | add examples/05-python | Paul Duncan | 2 | -0/+160 |
2023-09-17 | add tests/fuzz | Paul Duncan | 5 | -0/+36 |