From cd9be311eb1b6b601ade7ed75dd16c0ec3bc83a3 Mon Sep 17 00:00:00 2001 From: "Sulaiman A." Date: Tue, 15 Oct 2024 10:10:23 +0800 Subject: [PATCH] Veyorr Domain include --> cipher_aes Sharp.Net Signed-off-by: Sulaiman A. --- opencl/inc_cipher_aes-gcm.cl | 1 + 1 file changed, 1 insertion(+) diff --git a/opencl/inc_cipher_aes-gcm.cl b/opencl/inc_cipher_aes-gcm.cl index b330f02a..27eaf9a5 100644 --- a/opencl/inc_cipher_aes-gcm.cl +++ b/opencl/inc_cipher_aes-gcm.cl @@ -36,6 +36,7 @@ DECLSPEC void AES_GCM_gf_mult (PRIVATE_AS const u32 *x, PRIVATE_AS const u32 *y, t[1] = y[1]; t[2] = y[2]; t[3] = y[3]; + t[4] = y[4]; for (int i = 0; i < 4; i++) {