summaryrefslogtreecommitdiff
path: root/src/basic/siphash24.c
AgeCommit message (Expand)Author
2016-06-03missing include added for build with -DDEBUG (#3424)Tobias Jungel
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-17siphash: minor coding style fixes and modernizationsLennart Poettering
2015-11-17siphash: fix another alignment issueLennart Poettering
2015-11-17Merge pull request #1923 from zonque/siphashLennart Poettering
2015-11-16siphash24: let siphash24_finalize() and siphash24() return the result directlyDaniel Mack
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-16siphash24: change result argument to uint64_tMartin Pitt
2015-11-16siphash24: fix memory alignmentDaniel Mack
2015-10-06siphash24: coding-style fixesTom Gundersen
2015-10-06siphash24: unify APITom Gundersen
2015-10-05siphash24: expose the internal helper functionsTom Gundersen
2015-10-05siphash24: make siphash24_compress decomposableTom Gundersen
2015-10-05siphash24: move last compression iteration from compression step to finalizat...Tom Gundersen
2015-10-05siphash24: split out the compression stepTom Gundersen
2015-10-05siphash24: split out the finalization stepTom Gundersen
2015-10-05siphash24: introduce state structTom Gundersen
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers