summaryrefslogtreecommitdiff
path: root/src/basic/siphash24.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-2/+1
* headers: add spdx tags to imported files with a known licenseZbigniew Jędrzejewski-Szmek2020-10-291-1/+3
* util: make siphash24_compress_boolean() inlineYu Watanabe2020-07-221-6/+0
* util: introduce siphash24_compress_boolean()Yu Watanabe2019-06-191-0/+6
* Remove 'inline' attributes from static functions in .c files (#11426)Topi Miettinen2019-01-151-2/+2
* tree-wide: use c99 static for array size declarationsZbigniew Jędrzejewski-Szmek2019-01-041-2/+2
* meson: also add option for debugging siphashYu Watanabe2018-11-231-4/+4
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-7/+7
* tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-01-311-0/+7
* missing include added for build with -DDEBUG (#3424)Tobias Jungel2016-06-031-0/+2
* 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