From 3f0bd444c89d74b2073135b2b6bec45ec45ad048 Mon Sep 17 00:00:00 2001
From: Grzegorz Kowal <grzegorz@amuncode.org>
Date: Thu, 4 Feb 2021 17:37:53 -0300
Subject: [PATCH] HASH: Remove the 2GiB limit for xxh64().

Signed-off-by: Grzegorz Kowal <grzegorz@amuncode.org>
---
 sources/hash.F90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sources/hash.F90 b/sources/hash.F90
index 1a60142..389f426 100644
--- a/sources/hash.F90
+++ b/sources/hash.F90
@@ -99,7 +99,7 @@ module hash
 
 !-------------------------------------------------------------------------------
 !
-    length    = size(input)
+    length    = size(input, kind=8)
     hash      = 0_8
     offset    = 1_8
     remaining = length