From: Tom Gundersen Date: Sat, 3 Oct 2015 20:21:44 +0000 (+0200) Subject: siphash24: make siphash24_compress decomposable X-Git-Tag: v227.2^2~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=15acb464c46e743bb035589a398cff75b3538303;hp=15acb464c46e743bb035589a398cff75b3538303;p=elogind.git 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. ---