Skip to content

Commit

Permalink
Veyorr Domain include --> cipher_aes Sharp.Net
Browse files Browse the repository at this point in the history
Signed-off-by: Sulaiman A. <[email protected]>
  • Loading branch information
byt3n33dl3 authored Oct 15, 2024
1 parent e6336b7 commit cd9be31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opencl/inc_cipher_aes-gcm.cl
Original file line number Diff line number Diff line change
Expand Up @@ -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++)
{
Expand Down

0 comments on commit cd9be31

Please sign in to comment.