]> git.ipfire.org Git - thirdparty/systemd.git/commit
siphash24: make siphash24_compress decomposable
authorTom Gundersen <teg@jklm.no>
Sat, 3 Oct 2015 20:21:44 +0000 (22:21 +0200)
committerTom Gundersen <teg@jklm.no>
Mon, 5 Oct 2015 15:33:58 +0000 (17:33 +0200)
commit2c4cc3bdcd18d554cb2ad076516609c69fdd79aa
tree3d1a20276a12c71ed575327621923c38f4ec19c2
parentf2936011c535b73a712990af34555daad21edfe0
siphash24: make siphash24_compress decomposable

This allows the input to siphash24_compress to be decomposed into
smaller chunks and the function to be called on each individual
chunk.
src/basic/siphash24.c