PJW hash: add credits

This commit is contained in:
2023-01-07 18:16:18 +01:00
parent d0376f21c3
commit 8e00fec33c
3 changed files with 16 additions and 2 deletions

View File

@@ -34,7 +34,7 @@
*
* Return: the PJW hash.
*/
_pjw_inline unsigned int pjwhash(const void* key, uint length)
_pjw_inline uint pjwhash(const void* key, uint length)
{
uint hash = 0, high;
const u8 *k = key;