chiark / gitweb /
siphash24: make siphash24_compress decomposable
authorTom Gundersen <teg@jklm.no>
Sat, 3 Oct 2015 20:21:44 +0000 (22:21 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 29 Mar 2017 08:45:10 +0000 (10:45 +0200)
commit15acb464c46e743bb035589a398cff75b3538303
treec58c30f913d3e8fc1fcc9293dd1772815ba17baf
parent16a5cb267fa73a03afc91c372ccc2326db61aa71
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