Add files via upload

This commit is contained in:
Yutaka Sawada
2023-12-26 18:53:12 +09:00
committed by GitHub
parent 79d0b184b8
commit 1552fb8ec8
13 changed files with 920 additions and 430 deletions

View File

@@ -2795,7 +2795,7 @@ void galois_align_xor(
void galois_align16_multiply(
unsigned char *r1, // Region to multiply (must be aligned by 16)
unsigned char *r2, // Products go here
unsigned int len, // Byte length (must be multiple of 32)
unsigned int len, // Byte length (must be multiple of 16)
int factor) // Number to multiply by
{
if (factor <= 1){