chiark / gitweb /
siphash24: introduce state struct
authorTom Gundersen <teg@jklm.no>
Sat, 3 Oct 2015 18:09:43 +0000 (20:09 +0200)
committerSven Eden <yamakuzure@gmx.net>
Wed, 29 Mar 2017 08:45:10 +0000 (10:45 +0200)
commit61311e4954c596ad17a59c52b05dd8a6a4f81909
tree5097637ca30d0e9d19b11b23320087144c56a2c5
parent02313252e36e309776829312ab87e9a489e6572f
siphash24: introduce state struct

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