siphash-c
siphash-c copied to clipboard
key and data parameters should be const
In the sip_hash function declarations, the key and data parameters should be declared const so the functions can be called with const arguments without having first to cast away the argument's const attribute.