HASH: Remove the 2GiB limit for xxh64().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
This commit is contained in:
Grzegorz Kowal 2021-02-04 17:37:53 -03:00
parent ad7f1da604
commit 3f0bd444c8

View File

@ -99,7 +99,7 @@ module hash
!-------------------------------------------------------------------------------
!
length = size(input)
length = size(input, kind=8)
hash = 0_8
offset = 1_8
remaining = length