summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
mainREADME.md: add avx2 to "Backends"Paul Duncan4 months
 
TagDownloadAuthorAge
v0.8sha3-0.8.tar.bz2  sha3-0.8.zip  Paul Duncan4 months
v0.7sha3-0.7.tar.bz2  sha3-0.7.zip  Paul Duncan4 months
v0.6sha3-0.6.tar.bz2  sha3-0.6.zip  Paul Duncan7 months
v0.5sha3-0.5.tar.bz2  sha3-0.5.zip  Paul Duncan11 months
v0.4sha3-0.4.tar.bz2  sha3-0.4.zip  Paul Duncan11 months
v0.3sha3-0.3.tar.bz2  sha3-0.3.zip  Paul Duncan12 months
v0.2sha3-0.2.tar.bz2  sha3-0.2.zip  Paul Duncan12 months
v0.1sha3-0.1.tar.bz2  sha3-0.1.zip  Paul Duncan12 months
 
AgeCommit messageAuthorFilesLines
2023-09-07README.md: add "Examples" sectionv0.2Paul Duncan1-0/+28
2023-09-06add examples/Paul Duncan26-0/+327
2023-09-06add hex.h, refactor main.cPaul Duncan2-13/+22
2023-09-06main.c: add turboshake128, turboshake256, and kangarootwelve to example appPaul Duncan1-4/+78
2023-09-06sha3.[hc]: refactor k12 apiPaul Duncan2-89/+130
2023-09-06README.md, sha3.[hc]: add KangarooTwelve to algorithm listPaul Duncan3-0/+3
2023-09-06./sha3.h: add kangarootwelve{,_custom}()Paul Duncan1-0/+29
2023-09-06sha3.c: add kangarootwelve_custom(), kangarootwelve(), kangarootwelve_length_...Paul Duncan1-1/+501
2023-09-06./sha3.h: remove extraneous "in" from documentationPaul Duncan1-10/+10
2023-09-05sha3.[hc]: add turboshake{128,256}_custom()Paul Duncan2-1/+41
2023-09-05sha3.h: documentation updatesPaul Duncan1-119/+119
2023-09-05sha3.[hc]: s/TurboHash/TurboSHAKE/Paul Duncan2-2/+2
2023-09-05README.md: s/TurboHash/TurboSHAKE/, add turboshake referencesPaul Duncan1-1/+7
2023-09-05sha3.h: add turboshake functionsPaul Duncan1-3/+119
2023-09-05sha3.c: full turboshake{128,256} testsPaul Duncan1-19/+254
2023-09-05sha3.c: permute() pass correct round to iota() for turboshakePaul Duncan1-1/+1
2023-09-05main.c: add header and shake128-xof example to helpv0.1Paul Duncan1-3/+9
2023-09-05sha3.c: add incomplete turboshake implementation, improve commentsPaul Duncan1-28/+157
2023-09-05sha3.[hc]: add header w/ spdx license identifier and library descriptionPaul Duncan2-5/+57
2023-09-05README.md: update algorithm list, add referencesPaul Duncan1-10/+22
[...]
 
Clone
https://git.pablotron.org/sha3