Branch | Commit message | Author | Age |
main | README.md: add avx2 to "Backends" | Paul Duncan | 8 months |
|
Tag | Download | Author | Age |
v0.8 | sha3-0.8.tar.bz2 sha3-0.8.zip | Paul Duncan | 9 months |
v0.7 | sha3-0.7.tar.bz2 sha3-0.7.zip | Paul Duncan | 9 months |
v0.6 | sha3-0.6.tar.bz2 sha3-0.6.zip | Paul Duncan | 11 months |
v0.5 | sha3-0.5.tar.bz2 sha3-0.5.zip | Paul Duncan | 15 months |
v0.4 | sha3-0.4.tar.bz2 sha3-0.4.zip | Paul Duncan | 16 months |
v0.3 | sha3-0.3.tar.bz2 sha3-0.3.zip | Paul Duncan | 16 months |
v0.2 | sha3-0.2.tar.bz2 sha3-0.2.zip | Paul Duncan | 17 months |
v0.1 | sha3-0.1.tar.bz2 sha3-0.1.zip | Paul Duncan | 17 months |
|
Age | Commit message | Author | Files | Lines |
2024-05-09 | examples/*/Makefile, tests/*/Makefile: add BACKEND support, mark clean target...v0.8 | Paul Duncan | 9 | -16/+40 |
2024-05-09 | sha3.c: document how to add a new backend | Paul Duncan | 1 | -3/+30 |
2024-05-09 | Makefile: remove -fsanitize=leak (not supported in macos) | Paul Duncan | 1 | -1/+10 |
2024-05-09 | sha3.[hc]: add sha3_xof12_t, refactor xor12 and turboshake functions to use it | Paul Duncan | 2 | -12/+28 |
2024-05-09 | sha3.h: remove extraneous newline | Paul Duncan | 1 | -1/+0 |
2024-05-09 | sha3.c: add internal documentation, s/absorb12/absorb_12/ | Paul Duncan | 1 | -39/+227 |
2024-05-08 | sha3.c: update internal documentation | Paul Duncan | 1 | -16/+50 |
2024-05-08 | rand-bytes.h: use getentropy() instead of getrandom() to support macos | Paul Duncan | 1 | -8/+24 |
2024-05-08 | sha3.c, Makefile: s/SHA3_TEST/TEST_SHA3/ | Paul Duncan | 2 | -5/+5 |
2024-05-08 | .gitignore: add tests/neon/neon | Paul Duncan | 1 | -0/+1 |
2024-05-08 | s/permute/permute_24/, s/permute12/permute_12/, misc comment cleanup | Paul Duncan | 1 | -99/+89 |
2024-05-08 | sha3.c: rename hybrid-neon to hybrid, fix comments | Paul Duncan | 1 | -30/+26 |
2024-05-08 | sha3.c: hybrid: do not mix neon and non-neon instructions (still slow) | Paul Duncan | 1 | -15/+26 |
2024-05-08 | s/SHA3_BACKEND/BACKEND/g | Paul Duncan | 5 | -66/+66 |
2024-05-08 | sha3.c: s/call permute_n_.*(/call permute_n(/ in test comments | Paul Duncan | 1 | -4/+4 |
2024-05-08 | sha3.c: add hybrid-neon backend (slow) | Paul Duncan | 1 | -1/+202 |
2024-05-08 | sha3.c: diet-neon: misc fixes. still too slow | Paul Duncan | 1 | -46/+36 |
2024-05-08 | sha3.c: neon, diet-neon: use replace vorrq(vshlq, vshrq) and vorr(vshl,vshr) ... | Paul Duncan | 1 | -3/+4 |
2024-05-08 | sha3.c: move INTERNAL before includes | Paul Duncan | 1 | -2/+2 |
2024-05-08 | sha3.h: fix typo in sha3_backend() documentation | Paul Duncan | 1 | -1/+1 |
[...] |
|
Clone |
https://git.pablotron.org/sha3 |