]> git.ipfire.org Git - thirdparty/systemd.git/commit
siphash24: introduce state struct
authorTom Gundersen <teg@jklm.no>
Sat, 3 Oct 2015 18:09:43 +0000 (20:09 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 5 Oct 2015 15:33:58 +0000 (17:33 +0200)
commit708684ef227eadafc0a2e8dff04879d6cc29d0f1
tree7d8ffd699613a792ee34175dba7e4ad0441cedb0
parenta245d90a898c2e1a77258aeb4b8a189ec771e804
siphash24: introduce state struct

Encapsulate the four state variables in a struct so we can more easily pass
them around.
src/basic/siphash24.c