summaryrefslogtreecommitdiff
path: root/src/basic/siphash24.c
Commit message (Expand)AuthorAgeFilesLines
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-1/+1
* basic: include only what we useThomas Hindoe Paaboel Andersen2015-11-301-2/+1
* siphash: minor coding style fixes and modernizationsLennart Poettering2015-11-171-42/+51
* siphash: fix another alignment issueLennart Poettering2015-11-171-2/+2
* Merge pull request #1923 from zonque/siphashLennart Poettering2015-11-171-4/+5
|\
| * siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack2015-11-161-4/+5
* | tree-wide: sort includesThomas Hindoe Paaboel Andersen2015-11-161-2/+1
|/
* siphash24: change result argument to uint64_tMartin Pitt2015-11-161-2/+2
* siphash24: fix memory alignmentDaniel Mack2015-11-161-1/+2
* siphash24: coding-style fixesTom Gundersen2015-10-061-126/+122
* siphash24: unify APITom Gundersen2015-10-061-8/+7
* siphash24: expose the internal helper functionsTom Gundersen2015-10-051-12/+3
* siphash24: make siphash24_compress decomposableTom Gundersen2015-10-051-4/+33
* siphash24: move last compression iteration from compression step to finalizat...Tom Gundersen2015-10-051-26/+32
* siphash24: split out the compression stepTom Gundersen2015-10-051-36/+43
* siphash24: split out the finalization stepTom Gundersen2015-10-051-6/+13
* siphash24: introduce state structTom Gundersen2015-10-051-42/+54
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-0/+135