From e3d47f0ea813affa4daa5e8698a4a60bbb0867b3 Mon Sep 17 00:00:00 2001 From: Benoit Date: Tue, 7 Feb 2023 13:22:07 +0100 Subject: [PATCH] Correction de nom d'une fonction --- OpenCL/inc_hash_blake2s.cl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenCL/inc_hash_blake2s.cl b/OpenCL/inc_hash_blake2s.cl index a38dd87b6..9a28ee59a 100644 --- a/OpenCL/inc_hash_blake2s.cl +++ b/OpenCL/inc_hash_blake2s.cl @@ -95,7 +95,7 @@ DECLSPEC u32 blake2s_rot08_S (const u32 a) #endif } -DECLSPEC u32x blake2S_rot08 (const u32x a) +DECLSPEC u32x blake2s_rot08 (const u32x a) { u32x r;