diff --git a/wolfcrypt/src/port/arm/armv8-kyber-asm.S b/wolfcrypt/src/port/arm/armv8-kyber-asm.S index e73adbcc1..e86d25136 100644 --- a/wolfcrypt/src/port/arm/armv8-kyber-asm.S +++ b/wolfcrypt/src/port/arm/armv8-kyber-asm.S @@ -8045,7 +8045,7 @@ L_SHA3_transform_blocksx3_neon_begin: eor x25, x25, x28 eor x24, x24, x0 eor x26, x26, x30 - # Done tranforming + # Done transforming ldp x27, x28, [x29, #48] ldr x0, [x27], #8 subs x28, x28, #1 @@ -8392,7 +8392,7 @@ L_SHA3_shake128_blocksx3_seed_neon_begin: eor x26, x26, x28 eor x25, x25, x0 eor x27, x27, x30 - # Done tranforming + # Done transforming ldp x28, x1, [x29, #48] ldr x0, [x28], #8 subs x1, x1, #1 @@ -8739,7 +8739,7 @@ L_SHA3_shake256_blocksx3_seed_neon_begin: eor x26, x26, x28 eor x25, x25, x0 eor x27, x27, x30 - # Done tranforming + # Done transforming ldp x28, x1, [x29, #48] ldr x0, [x28], #8 subs x1, x1, #1 @@ -9150,7 +9150,7 @@ L_SHA3_transform_blocksx3_neon_begin: eor v22.16b, v22.16b, v27.16b eor v23.16b, v23.16b, v28.16b eor v24.16b, v24.16b, v29.16b - # Done tranforming + # Done transforming ldp x27, x28, [x29, #48] ldr x0, [x27], #8 subs x28, x28, #1 @@ -9582,7 +9582,7 @@ L_SHA3_shake128_blocksx3_seed_neon_begin: eor v22.16b, v22.16b, v27.16b eor v23.16b, v23.16b, v28.16b eor v24.16b, v24.16b, v29.16b - # Done tranforming + # Done transforming ldp x28, x1, [x29, #48] ldr x0, [x28], #8 subs x1, x1, #1 @@ -10014,7 +10014,7 @@ L_SHA3_shake256_blocksx3_seed_neon_begin: eor v22.16b, v22.16b, v27.16b eor v23.16b, v23.16b, v28.16b eor v24.16b, v24.16b, v29.16b - # Done tranforming + # Done transforming ldp x28, x1, [x29, #48] ldr x0, [x28], #8 subs x1, x1, #1 diff --git a/wolfcrypt/src/port/arm/armv8-kyber-asm_c.c b/wolfcrypt/src/port/arm/armv8-kyber-asm_c.c index e82e245e6..934abcfdb 100644 --- a/wolfcrypt/src/port/arm/armv8-kyber-asm_c.c +++ b/wolfcrypt/src/port/arm/armv8-kyber-asm_c.c @@ -12411,7 +12411,7 @@ void kyber_sha3_blocksx3_neon(word64* state) "eor x25, x25, x28\n\t" "eor x24, x24, %x[state]\n\t" "eor x26, x26, x30\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x27, x28, [x29, #48]\n\t" "ldr %x[state], [x27], #8\n\t" "subs x28, x28, #1\n\t" @@ -12732,7 +12732,7 @@ void kyber_shake128_blocksx3_seed_neon(word64* state, byte* seed) "eor x26, x26, x28\n\t" "eor x25, x25, %x[state]\n\t" "eor x27, x27, x30\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x28, %x[seed], [x29, #48]\n\t" "ldr %x[state], [x28], #8\n\t" "subs %x[seed], %x[seed], #1\n\t" @@ -13053,7 +13053,7 @@ void kyber_shake256_blocksx3_seed_neon(word64* state, byte* seed) "eor x26, x26, x28\n\t" "eor x25, x25, %x[state]\n\t" "eor x27, x27, x30\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x28, %x[seed], [x29, #48]\n\t" "ldr %x[state], [x28], #8\n\t" "subs %x[seed], %x[seed], #1\n\t" @@ -13438,7 +13438,7 @@ void kyber_sha3_blocksx3_neon(word64* state) "eor v22.16b, v22.16b, v27.16b\n\t" "eor v23.16b, v23.16b, v28.16b\n\t" "eor v24.16b, v24.16b, v29.16b\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x27, x28, [x29, #48]\n\t" "ldr %x[state], [x27], #8\n\t" "subs x28, x28, #1\n\t" @@ -13844,7 +13844,7 @@ void kyber_shake128_blocksx3_seed_neon(word64* state, byte* seed) "eor v22.16b, v22.16b, v27.16b\n\t" "eor v23.16b, v23.16b, v28.16b\n\t" "eor v24.16b, v24.16b, v29.16b\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x28, %x[seed], [x29, #48]\n\t" "ldr %x[state], [x28], #8\n\t" "subs %x[seed], %x[seed], #1\n\t" @@ -14250,7 +14250,7 @@ void kyber_shake256_blocksx3_seed_neon(word64* state, byte* seed) "eor v22.16b, v22.16b, v27.16b\n\t" "eor v23.16b, v23.16b, v28.16b\n\t" "eor v24.16b, v24.16b, v29.16b\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x28, %x[seed], [x29, #48]\n\t" "ldr %x[state], [x28], #8\n\t" "subs %x[seed], %x[seed], #1\n\t" diff --git a/wolfcrypt/src/port/arm/armv8-sha3-asm.S b/wolfcrypt/src/port/arm/armv8-sha3-asm.S index 112e2d0d8..1d6996ac0 100644 --- a/wolfcrypt/src/port/arm/armv8-sha3-asm.S +++ b/wolfcrypt/src/port/arm/armv8-sha3-asm.S @@ -420,7 +420,7 @@ L_SHA3_transform_base_begin: eor x25, x25, x28 eor x24, x24, x0 eor x26, x26, x30 - # Done tranforming + # Done transforming ldp x27, x28, [x29, #48] ldr x0, [x27], #8 subs x28, x28, #1 diff --git a/wolfcrypt/src/port/arm/armv8-sha3-asm_c.c b/wolfcrypt/src/port/arm/armv8-sha3-asm_c.c index 00a7ecb37..d683fc5b3 100644 --- a/wolfcrypt/src/port/arm/armv8-sha3-asm_c.c +++ b/wolfcrypt/src/port/arm/armv8-sha3-asm_c.c @@ -370,7 +370,7 @@ void BlockSha3(word64* state) "eor x25, x25, x28\n\t" "eor x24, x24, %x[state]\n\t" "eor x26, x26, x30\n\t" - /* Done tranforming */ + /* Done transforming */ "ldp x27, x28, [x29, #48]\n\t" "ldr %x[state], [x27], #8\n\t" "subs x28, x28, #1\n\t"