siphash-c icon indicating copy to clipboard operation
siphash-c copied to clipboard

key and data parameters should be const

Open apulsifer opened this issue 10 years ago • 0 comments

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.

apulsifer avatar Apr 16 '15 00:04 apulsifer