The source project of this merge request has been removed.
ghash: Fix out-of-range use of signed integer
We were mistakenly shifting a signed int literal by up to 31 places. Specify unsigned int instead.
Closes #1570 (closed)
We were mistakenly shifting a signed int literal by up to 31 places. Specify unsigned int instead.
Closes #1570 (closed)