chiark / gitweb /
siphash24: move last compression iteration from compression step to finalization...
authorTom Gundersen <teg@jklm.no>
Sat, 3 Oct 2015 19:27:25 +0000 (21:27 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 29 Mar 2017 08:45:10 +0000 (10:45 +0200)
commit16a5cb267fa73a03afc91c372ccc2326db61aa71
tree0b1dc18c52b7b4b63a70f1516ab33f975ca13d01
parenta47540e33ebc1e0fb09680163e94f28953cc9061
siphash24: move last compression iteration from compression step to finalization step

The last compression is special as it deals with the length byte, and padding. Move
it to the finalization step in preparation for making compression decomposable.
src/basic/siphash24.c