summaryrefslogtreecommitdiff
path: root/src/cksum.h
Commit message (Expand)AuthorAgeFilesLines
* cksum: add --raw option to output a binary digestPádraig Brady2023-02-061-1/+1
* maint: prefer MAYBE_UNUSEDPaul Eggert2021-11-181-2/+1
* maint: add function attributes to .h filesPaul Eggert2021-10-311-1/+2
* cksum: support --zero in default modePádraig Brady2021-09-151-1/+2
* digest: refactor cksum(1) into digest.cPádraig Brady2021-09-151-437/+10
* maint: use "char const *" rather than "const char *"Pádraig Brady2021-04-111-1/+1
* cksum: use pclmul hardware instruction for CRC32 calculationKristoffer Brånemyr2021-03-151-1/+12
* cksum: use more efficient slice by 8 algorithmKristoffer Brånemyr2020-12-281-0/+434