Skip to content

Armv8.1-M: Add native Keccak x4 XORBytes and ExtractBytes#972

Open
mkannwischer wants to merge 3 commits intomainfrom
mve-keccakx4-bitinterleaving
Open

Armv8.1-M: Add native Keccak x4 XORBytes and ExtractBytes#972
mkannwischer wants to merge 3 commits intomainfrom
mve-keccakx4-bitinterleaving

Conversation

@mkannwischer
Copy link
Contributor

Replace test_keccakf1600x4_permute with test_keccakf1600x4_xor_permute_extract
that tests the full x4 Keccak flow (xor_bytes, permute, extract_bytes) against
the x1 C reference implementation.

Testing through the public interface rather than comparing internal state
directly allows verifying backends that use custom state representations
(e.g., bit-interleaved) without requiring state conversion functions.

The test uses random offsets and lengths for both xor_bytes and extract_bytes,
and verifies each of the 4 lanes independently against the x1 reference.

Also reduce functional test iterations for M55 baremetal platform.

Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
Extend the FIPS202 native backend API to support implementing XORBytes and
ExtractBytes steps in native code.

This is essential for backends using custom state representations (e.g.,
bit-interleaved state), where these functions handle conversion to/from
the internal format on-the-fly. In such cases, they also account for a
significant amount of processing time.

New flags:
- MLD_USE_FIPS202_X4_XOR_BYTES_NATIVE: Backend provides native XOR bytes
- MLD_USE_FIPS202_X4_EXTRACT_BYTES_NATIVE: Backend provides native extract bytes

When set, backends provide native implementations for:
- mld_keccakf1600_xor_bytes_x4_native: XOR input data into state
- mld_keccakf1600_extract_bytes_x4_native: Extract output from state

Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
@oqs-bot
Copy link
Contributor

oqs-bot commented Feb 19, 2026

CBMC Results (ML-DSA-65)

Full Results (177 proofs)
Proof Status Current Previous Change
**TOTAL** 2377s 2286s +4.0%
polyvecl_pointwise_acc_montgomery_c 254s 226s +12%
mld_attempt_signature_generation 203s 197s +3%
sign_verify_internal 185s 177s +5%
polyvec_matrix_expand 149s 145s +3%
poly_pointwise_montgomery_c 146s 138s +6%
rej_uniform_native 142s 144s -1%
mld_invntt_layer 127s 117s +9%
mld_ct_memcmp 82s 79s +4%
polyvec_matrix_expand_serial 68s 65s +5%
sign_signature_internal 55s 50s +10%
mld_ntt_layer 49s 44s +11%
keccak_squeezeblocks_x4 45s 42s +7%
mld_compute_t0_t1_tr_from_sk_components 24s 27s -11%
rej_uniform 24s 21s +14%
fqmul 20s 18s +11%
polymat_permute_bitrev_to_custom 19s 18s +6%
poly_chknorm_c 18s 16s +12%
polyveck_decompose 18s 16s +12%
rej_uniform_c 18s 19s -5%
poly_uniform_eta_4x 17s 17s +0%
polyvec_matrix_pointwise_montgomery 16s 14s +14%
poly_uniform_4x 15s 13s +15%
polyt0_unpack 15s 17s -12%
polyveck_use_hint 14s 14s +0%
keccakf1600x4_permute_native 13s 14s -7%
mld_polyvecl_permute_bitrev_to_custom_native 13s 14s -7%
keccak_absorb_once_x4 11s 10s +10%
mld_check_pct 11s 9s +22%
mld_ntt_butterfly_block 11s 13s -15%
poly_invntt_tomont_c 10s 8s +25%
polyveck_shiftl 10s 8s +25%
sign 10s 9s +11%
keccakf1600_permute_native 9s 9s +0%
poly_decompose_c 9s 7s +29%
polyveck_reduce 9s 9s +0%
keccak_absorb 8s 5s +60%
keccakf1600_permute 8s 9s -11%
polyveck_add 8s 9s -11%
polyveck_caddq 8s 8s +0%
polyveck_ntt 8s 6s +33%
polyvecl_ntt 8s 8s +0%
sign_pk_from_sk 8s 8s +0%
mld_sample_s1_s2_serial 7s 6s +17%
polyeta_unpack 7s 7s +0%
polyveck_invntt_tomont 7s 8s -12%
polyveck_power2round 7s 11s -36%
sign_keypair_internal 7s 6s +17%
mld_h 6s 3s +100%
mld_prepare_domain_separation_prefix 6s 5s +20%
mld_sample_s1_s2 6s 4s +50%
poly_add 6s 4s +50%
poly_challenge 6s 4s +50%
poly_ntt_native 6s 3s +100%
polyveck_sub 6s 7s -14%
polyvecl_pointwise_acc_montgomery_native 6s 5s +20%
polyvecl_unpack_eta 6s 5s +20%
rej_eta 6s 4s +50%
rej_eta_c 6s 3s +100%
sign_signature_pre_hash_internal 6s 6s +0%
sign_verify_pre_hash_internal 6s 3s +100%
unpack_hints 6s 5s +20%
intt_native_x86_64 5s 3s +67%
mld_compute_pack_z 5s 7s -29%
mld_ct_abs_i32 5s 4s +25%
mld_keccakf1600_extract_bytes 5s 2s +150%
poly_caddq_native 5s 4s +25%
poly_pointwise_montgomery 5s 5s +0%
poly_power2round 5s 5s +0%
poly_uniform 5s 4s +25%
poly_uniform_gamma1_4x 5s 6s -17%
poly_use_hint_c 5s 7s -29%
polyveck_make_hint 5s 5s +0%
polyveck_pointwise_poly_montgomery 5s 6s -17%
polyvecl_uniform_gamma1_serial 5s 4s +25%
polyw1_pack 5s 1s +400%
polyz_unpack_c 5s 5s +0%
rej_eta_native 5s 4s +25%
shake256_init 5s 2s +150%
shake256x4_absorb_once 5s 4s +25%
sign_signature 5s 4s +25%
sign_verify 5s 4s +25%
unpack_pk 5s 3s +67%
unpack_sk 5s 5s +0%
keccakf1600x4_permute 4s 1s +300%
mld_ct_get_optblocker_i64 4s 1s +300%
ntt_native_x86_64 4s 3s +33%
poly_caddq_native_aarch64 4s 6s -33%
poly_chknorm_native 4s 4s +0%
poly_decompose_native 4s 3s +33%
poly_make_hint 4s 3s +33%
poly_ntt_c 4s 2s +100%
poly_uniform_eta 4s 3s +33%
poly_uniform_gamma1 4s 5s -20%
polyt0_pack 4s 4s +0%
polyt1_unpack 4s 6s -33%
polyveck_chknorm 4s 5s -20%
polyveck_pack_t0 4s 3s +33%
polyveck_unpack_eta 4s 4s +0%
polyveck_unpack_t0 4s 3s +33%
polyvecl_uniform_gamma1 4s 5s -20%
polyz_pack 4s 4s +0%
power2round 4s 2s +100%
sign_open 4s 5s -20%
sign_verify_pre_hash_shake256 4s 6s -33%
decompose 3s 5s -40%
fqscale 3s 4s -25%
keccak_finalize 3s 2s +50%
keccakf1600_xor_bytes 3s 3s +0%
keccakf1600x4_xor_bytes_native 3s - new
make_hint 3s 3s +0%
mld_ct_cmask_nonzero_u32 3s 2s +50%
mld_value_barrier_u8 3s 3s +0%
montgomery_reduce 3s 2s +50%
pack_sig_c_h 3s 2s +50%
poly_caddq 3s 3s +0%
poly_decompose 3s 3s +0%
poly_invntt_tomont 3s 6s -50%
poly_ntt 3s 5s -40%
poly_reduce 3s 5s -40%
poly_sub 3s 5s -40%
poly_use_hint_native 3s 4s -25%
polyveck_pack_eta 3s 4s -25%
polyvecl_chknorm 3s 5s -40%
polyvecl_unpack_z 3s 2s +50%
polyz_unpack_native 3s 3s +0%
shake128_init 3s 1s +200%
shake128_release 3s 3s +0%
shake128_squeeze 3s 2s +50%
shake256_absorb 3s 5s -40%
shake256_squeeze 3s 2s +50%
sign_keypair 3s 3s +0%
sign_signature_extmu 3s 4s -25%
sign_signature_pre_hash_shake256 3s 4s -25%
sign_verify_extmu 3s 4s -25%
sys_check_capability 3s 3s +0%
unpack_sig 3s 4s -25%
use_hint 3s 2s +50%
caddq 2s 3s -33%
keccak_init 2s 3s -33%
keccak_squeeze 2s 2s +0%
keccakf1600x4_extract_bytes_native 2s - new
mld_ct_cmask_neg_i32 2s 2s +0%
mld_ct_cmask_nonzero_u8 2s 2s +0%
mld_ct_get_optblocker_u32 2s 4s -50%
mld_ct_get_optblocker_u8 2s 2s +0%
mld_ct_sel_int32 2s 3s -33%
mld_value_barrier_i64 2s 2s +0%
pack_pk 2s 3s -33%
pack_sig_z 2s 2s +0%
pack_sk 2s 2s +0%
poly_caddq_c 2s 3s -33%
poly_chknorm 2s 3s -33%
poly_invntt_tomont_native 2s 7s -71%
poly_pointwise_montgomery_native 2s 2s +0%
poly_use_hint 2s 3s -33%
polyeta_pack 2s 2s +0%
polyt1_pack 2s 2s +0%
polyveck_pack_w1 2s 6s -67%
polyvecl_pack_eta 2s 4s -50%
polyvecl_permute_bitrev_to_custom 2s 3s -33%
polyvecl_pointwise_acc_montgomery 2s 5s -60%
reduce32 2s 3s -33%
shake128_absorb 2s 2s +0%
shake128_finalize 2s 3s -33%
shake128x4_absorb_once 2s 4s -50%
shake256 2s 2s +0%
shake256x4_squeezeblocks 2s 3s -33%
keccakf1600_extract_bytes (big endian) 1s 3s -67%
keccakf1600_xor_bytes (big endian) 1s 3s -67%
keccakf1600x4_extract_bytes 1s 1s +0%
keccakf1600x4_xor_bytes 1s 2s -50%
mld_value_barrier_u32 1s 3s -67%
poly_shiftl 1s 2s -50%
polyz_unpack 1s 2s -50%
shake128x4_squeezeblocks 1s 1s +0%
shake256_finalize 1s 5s -80%
shake256_release 1s 1s +0%

@oqs-bot
Copy link
Contributor

oqs-bot commented Feb 19, 2026

CBMC Results (ML-DSA-44)

Full Results (177 proofs)
Proof Status Current Previous Change
**TOTAL** 2117s 2055s +3.0%
sign_verify_internal 274s 254s +8%
mld_attempt_signature_generation 244s 221s +10%
polyvecl_pointwise_acc_montgomery_c 210s 208s +1%
rej_uniform_native 147s 144s +2%
poly_pointwise_montgomery_c 141s 143s -1%
mld_ct_memcmp 82s 82s +0%
mld_invntt_layer 53s 50s +6%
mld_ntt_layer 48s 44s +9%
sign_signature_internal 47s 45s +4%
keccak_squeezeblocks_x4 43s 44s -2%
poly_invntt_tomont_c 40s 39s +3%
rej_uniform 20s 20s +0%
fqmul 19s 19s +0%
rej_uniform_c 19s 20s -5%
poly_uniform_eta_4x 18s 19s -5%
polyeta_unpack 16s 12s +33%
polyt0_unpack 16s 15s +7%
polyvec_matrix_expand 16s 16s +0%
mld_compute_t0_t1_tr_from_sk_components 15s 15s +0%
poly_uniform_4x 15s 13s +15%
polymat_permute_bitrev_to_custom 15s 16s -6%
mld_polyvecl_permute_bitrev_to_custom_native 14s 14s +0%
keccakf1600x4_permute_native 13s 14s -7%
poly_chknorm_c 13s 12s +8%
mld_ntt_butterfly_block 12s 13s -8%
polyz_unpack_c 12s 12s +0%
keccak_absorb_once_x4 11s 9s +22%
polyveck_add 10s 7s +43%
keccakf1600_permute 8s 8s +0%
poly_decompose_c 8s 5s +60%
polyvecl_ntt 8s 6s +33%
keccak_absorb 7s 8s -12%
keccakf1600_permute_native 7s 6s +17%
polyvec_matrix_pointwise_montgomery 7s 6s +17%
polyveck_sub 7s 4s +75%
sign_open 7s 6s +17%
mld_compute_pack_z 6s 6s +0%
mld_ct_cmask_nonzero_u8 6s 4s +50%
mld_h 6s 6s +0%
mld_sample_s1_s2 6s 4s +50%
mld_sample_s1_s2_serial 6s 3s +100%
poly_use_hint_c 6s 5s +20%
polyveck_shiftl 6s 5s +20%
polyveck_use_hint 6s 5s +20%
sign 6s 5s +20%
sign_pk_from_sk 6s 6s +0%
unpack_hints 6s 5s +20%
keccakf1600_xor_bytes 5s 2s +150%
poly_ntt_native 5s 2s +150%
poly_pointwise_montgomery 5s 2s +150%
poly_uniform_eta 5s 5s +0%
polyvec_matrix_expand_serial 5s 7s -29%
polyveck_decompose 5s 7s -29%
polyveck_invntt_tomont 5s 6s -17%
polyveck_pointwise_poly_montgomery 5s 5s +0%
polyveck_reduce 5s 5s +0%
polyvecl_chknorm 5s 6s -17%
rej_eta_c 5s 4s +25%
shake128x4_absorb_once 5s 4s +25%
sign_signature 5s 6s -17%
sign_signature_pre_hash_internal 5s 4s +25%
sign_verify 5s 3s +67%
sign_verify_pre_hash_internal 5s 4s +25%
sign_verify_pre_hash_shake256 5s 3s +67%
unpack_sk 5s 4s +25%
decompose 4s 3s +33%
keccakf1600x4_extract_bytes 4s 3s +33%
mld_check_pct 4s 6s -33%
mld_ct_cmask_neg_i32 4s 2s +100%
mld_ct_get_optblocker_i64 4s 2s +100%
mld_keccakf1600_extract_bytes 4s 6s -33%
montgomery_reduce 4s 2s +100%
poly_invntt_tomont_native 4s 4s +0%
poly_use_hint_native 4s 3s +33%
polyeta_pack 4s 3s +33%
polyt0_pack 4s 4s +0%
polyt1_pack 4s 1s +300%
polyveck_caddq 4s 8s -50%
polyveck_chknorm 4s 3s +33%
polyveck_make_hint 4s 4s +0%
polyveck_ntt 4s 4s +0%
polyveck_pack_eta 4s 3s +33%
polyveck_unpack_t0 4s 4s +0%
polyvecl_uniform_gamma1 4s 2s +100%
polyvecl_uniform_gamma1_serial 4s 3s +33%
polyvecl_unpack_z 4s 5s -20%
polyz_pack 4s 2s +100%
shake256_absorb 4s 2s +100%
shake256_init 4s 3s +33%
sign_keypair_internal 4s 4s +0%
sign_signature_pre_hash_shake256 4s 5s -20%
unpack_sig 4s 3s +33%
use_hint 4s 2s +100%
caddq 3s 3s +0%
fqscale 3s 1s +200%
keccak_init 3s 3s +0%
keccak_squeeze 3s 5s -40%
keccakf1600_extract_bytes (big endian) 3s 3s +0%
keccakf1600x4_extract_bytes_native 3s - new
make_hint 3s 3s +0%
mld_ct_abs_i32 3s 2s +50%
mld_ct_cmask_nonzero_u32 3s 2s +50%
mld_value_barrier_i64 3s 4s -25%
mld_value_barrier_u8 3s 1s +200%
ntt_native_x86_64 3s 3s +0%
pack_pk 3s 3s +0%
pack_sk 3s 3s +0%
poly_add 3s 4s -25%
poly_caddq_c 3s 3s +0%
poly_caddq_native 3s 2s +50%
poly_caddq_native_aarch64 3s 3s +0%
poly_challenge 3s 3s +0%
poly_chknorm 3s 4s -25%
poly_decompose 3s 4s -25%
poly_invntt_tomont 3s 2s +50%
poly_make_hint 3s 4s -25%
poly_ntt 3s 3s +0%
poly_ntt_c 3s 2s +50%
poly_reduce 3s 4s -25%
poly_sub 3s 3s +0%
poly_uniform_gamma1 3s 4s -25%
poly_use_hint 3s 2s +50%
polyt1_unpack 3s 4s -25%
polyveck_power2round 3s 6s -50%
polyw1_pack 3s 2s +50%
polyz_unpack 3s 5s -40%
polyz_unpack_native 3s 3s +0%
power2round 3s 2s +50%
shake128_finalize 3s 2s +50%
shake128_init 3s 2s +50%
shake128_release 3s 3s +0%
shake256_finalize 3s 4s -25%
shake256_release 3s 3s +0%
shake256x4_absorb_once 3s 4s -25%
shake256x4_squeezeblocks 3s 2s +50%
sign_keypair 3s 2s +50%
sign_signature_extmu 3s 7s -57%
sign_verify_extmu 3s 2s +50%
sys_check_capability 3s 4s -25%
intt_native_x86_64 2s 3s -33%
keccak_finalize 2s 4s -50%
keccakf1600_xor_bytes (big endian) 2s 2s +0%
keccakf1600x4_xor_bytes 2s 2s +0%
keccakf1600x4_xor_bytes_native 2s - new
mld_ct_get_optblocker_u32 2s 1s +100%
mld_ct_get_optblocker_u8 2s 1s +100%
mld_prepare_domain_separation_prefix 2s 5s -60%
mld_value_barrier_u32 2s 4s -50%
pack_sig_c_h 2s 4s -50%
pack_sig_z 2s 2s +0%
poly_chknorm_native 2s 6s -67%
poly_decompose_native 2s 3s -33%
poly_pointwise_montgomery_native 2s 3s -33%
poly_power2round 2s 5s -60%
poly_shiftl 2s 4s -50%
poly_uniform 2s 5s -60%
poly_uniform_gamma1_4x 2s 4s -50%
polyveck_pack_t0 2s 3s -33%
polyveck_pack_w1 2s 4s -50%
polyveck_unpack_eta 2s 4s -50%
polyvecl_pack_eta 2s 3s -33%
polyvecl_permute_bitrev_to_custom 2s 2s +0%
polyvecl_pointwise_acc_montgomery 2s 4s -50%
polyvecl_pointwise_acc_montgomery_native 2s 3s -33%
polyvecl_unpack_eta 2s 2s +0%
reduce32 2s 3s -33%
rej_eta 2s 1s +100%
rej_eta_native 2s 4s -50%
shake128x4_squeezeblocks 2s 2s +0%
unpack_pk 2s 3s -33%
keccakf1600x4_permute 1s 3s -67%
mld_ct_sel_int32 1s 4s -75%
poly_caddq 1s 3s -67%
shake128_absorb 1s 1s +0%
shake128_squeeze 1s 2s -50%
shake256 1s 3s -67%
shake256_squeeze 1s 5s -80%

@oqs-bot
Copy link
Contributor

oqs-bot commented Feb 19, 2026

CBMC Results (ML-DSA-87)

Full Results (177 proofs)
Proof Status Current Previous Change
**TOTAL** 2556s 2449s +4.4%
sign_verify_internal 372s 353s +5%
mld_attempt_signature_generation 239s 227s +5%
polyvecl_pointwise_acc_montgomery_c 181s 165s +10%
polyvec_matrix_expand 159s 153s +4%
rej_uniform_native 146s 139s +5%
poly_pointwise_montgomery_c 144s 128s +12%
mld_invntt_layer 118s 114s +4%
polyvec_matrix_expand_serial 109s 110s -1%
mld_ct_memcmp 81s 74s +9%
sign_signature_internal 48s 46s +4%
mld_ntt_layer 45s 44s +2%
keccak_squeezeblocks_x4 42s 42s +0%
polymat_permute_bitrev_to_custom 25s 24s +4%
mld_compute_t0_t1_tr_from_sk_components 24s 25s -4%
fqmul 20s 18s +11%
rej_uniform 20s 21s -5%
poly_chknorm_c 18s 17s +6%
rej_uniform_c 18s 16s +12%
polyveck_add 17s 13s +31%
poly_uniform_eta_4x 16s 17s -6%
poly_uniform_4x 15s 17s -12%
polyt0_unpack 15s 17s -12%
polyveck_power2round 15s 14s +7%
keccakf1600x4_permute_native 13s 12s +8%
mld_ntt_butterfly_block 13s 13s +0%
polyeta_unpack 12s 13s -8%
polyvec_matrix_pointwise_montgomery 12s 12s +0%
polyveck_reduce 11s 13s -15%
polyveck_use_hint 11s 9s +22%
sign 11s 7s +57%
keccak_absorb_once_x4 10s 10s +0%
keccakf1600_permute 9s 7s +29%
keccakf1600_permute_native 9s 10s -10%
poly_invntt_tomont_c 9s 9s +0%
polyveck_caddq 9s 7s +29%
polyveck_invntt_tomont 9s 10s -10%
polyveck_pointwise_poly_montgomery 9s 8s +12%
mld_sample_s1_s2 8s 6s +33%
poly_decompose_c 8s 7s +14%
polyveck_sub 8s 7s +14%
polyvecl_ntt 8s 11s -27%
mld_compute_pack_z 7s 7s +0%
mld_polyvecl_permute_bitrev_to_custom_native 7s 8s -12%
poly_uniform_gamma1_4x 7s 6s +17%
polyveck_chknorm 7s 6s +17%
polyveck_decompose 7s 6s +17%
polyveck_ntt 7s 8s -12%
polyveck_shiftl 7s 6s +17%
polyz_unpack_c 7s 5s +40%
sign_pk_from_sk 7s 9s -22%
unpack_sig 7s 5s +40%
intt_native_x86_64 6s 5s +20%
mld_sample_s1_s2_serial 6s 6s +0%
poly_uniform 6s 6s +0%
rej_eta_c 6s 4s +50%
sign_keypair_internal 6s 6s +0%
mld_ct_cmask_nonzero_u8 5s 3s +67%
poly_caddq_native 5s 2s +150%
poly_chknorm 5s 2s +150%
poly_pointwise_montgomery_native 5s 3s +67%
poly_uniform_eta 5s 4s +25%
polyt1_unpack 5s 3s +67%
polyveck_unpack_t0 5s 6s -17%
polyvecl_chknorm 5s 4s +25%
power2round 5s 4s +25%
sign_keypair 5s 3s +67%
sign_signature 5s 5s +0%
unpack_sk 5s 6s -17%
use_hint 5s 3s +67%
decompose 4s 4s +0%
keccak_absorb 4s 7s -43%
keccak_init 4s 3s +33%
keccak_squeeze 4s 4s +0%
keccakf1600_xor_bytes 4s 2s +100%
keccakf1600x4_xor_bytes_native 4s - new
mld_check_pct 4s 7s -43%
mld_ct_abs_i32 4s 2s +100%
mld_h 4s 2s +100%
mld_prepare_domain_separation_prefix 4s 3s +33%
ntt_native_x86_64 4s 4s +0%
pack_pk 4s 4s +0%
poly_add 4s 4s +0%
poly_caddq 4s 2s +100%
poly_caddq_c 4s 3s +33%
poly_challenge 4s 5s -20%
poly_invntt_tomont_native 4s 2s +100%
poly_make_hint 4s 2s +100%
poly_ntt 4s 3s +33%
poly_ntt_c 4s 1s +300%
poly_shiftl 4s 2s +100%
poly_use_hint_native 4s 4s +0%
polyveck_make_hint 4s 5s -20%
polyveck_pack_eta 4s 2s +100%
polyvecl_pack_eta 4s 3s +33%
polyvecl_permute_bitrev_to_custom 4s 2s +100%
polyvecl_uniform_gamma1 4s 4s +0%
polyvecl_uniform_gamma1_serial 4s 7s -43%
polyvecl_unpack_z 4s 3s +33%
polyz_unpack 4s 3s +33%
rej_eta_native 4s 5s -20%
shake128_squeeze 4s 5s -20%
shake256 4s 4s +0%
sign_signature_extmu 4s 5s -20%
sign_signature_pre_hash_internal 4s 5s -20%
sign_verify 4s 2s +100%
sign_verify_pre_hash_internal 4s 5s -20%
unpack_hints 4s 4s +0%
caddq 3s 4s -25%
fqscale 3s 5s -40%
keccakf1600_xor_bytes (big endian) 3s 3s +0%
keccakf1600x4_extract_bytes 3s 2s +50%
keccakf1600x4_permute 3s 2s +50%
mld_ct_cmask_nonzero_u32 3s 4s -25%
mld_ct_sel_int32 3s 2s +50%
mld_keccakf1600_extract_bytes 3s 1s +200%
mld_value_barrier_i64 3s 3s +0%
mld_value_barrier_u32 3s 2s +50%
mld_value_barrier_u8 3s 2s +50%
montgomery_reduce 3s 3s +0%
pack_sig_c_h 3s 3s +0%
pack_sig_z 3s 3s +0%
poly_caddq_native_aarch64 3s 3s +0%
poly_power2round 3s 3s +0%
poly_reduce 3s 4s -25%
poly_sub 3s 3s +0%
poly_use_hint 3s 3s +0%
polyeta_pack 3s 4s -25%
polyt0_pack 3s 5s -40%
polyveck_pack_t0 3s 2s +50%
polyveck_unpack_eta 3s 3s +0%
polyvecl_pointwise_acc_montgomery 3s 4s -25%
polyvecl_pointwise_acc_montgomery_native 3s 3s +0%
polyvecl_unpack_eta 3s 3s +0%
polyw1_pack 3s 2s +50%
reduce32 3s 4s -25%
rej_eta 3s 2s +50%
shake128_init 3s 2s +50%
shake128_release 3s 3s +0%
shake256_absorb 3s 3s +0%
shake256_finalize 3s 3s +0%
shake256_init 3s 2s +50%
shake256x4_squeezeblocks 3s 1s +200%
sign_open 3s 6s -50%
sign_signature_pre_hash_shake256 3s 4s -25%
sign_verify_extmu 3s 3s +0%
unpack_pk 3s 6s -50%
keccakf1600_extract_bytes (big endian) 2s 3s -33%
keccakf1600x4_extract_bytes_native 2s - new
keccakf1600x4_xor_bytes 2s 2s +0%
make_hint 2s 5s -60%
mld_ct_cmask_neg_i32 2s 1s +100%
mld_ct_get_optblocker_i64 2s 3s -33%
mld_ct_get_optblocker_u32 2s 2s +0%
mld_ct_get_optblocker_u8 2s 2s +0%
pack_sk 2s 3s -33%
poly_decompose 2s 3s -33%
poly_decompose_native 2s 5s -60%
poly_invntt_tomont 2s 2s +0%
poly_ntt_native 2s 6s -67%
poly_uniform_gamma1 2s 3s -33%
poly_use_hint_c 2s 4s -50%
polyt1_pack 2s 2s +0%
polyveck_pack_w1 2s 4s -50%
polyz_pack 2s 2s +0%
polyz_unpack_native 2s 4s -50%
shake128_absorb 2s 2s +0%
shake128_finalize 2s 3s -33%
shake128x4_absorb_once 2s 4s -50%
shake256x4_absorb_once 2s 2s +0%
sign_verify_pre_hash_shake256 2s 4s -50%
sys_check_capability 2s 3s -33%
keccak_finalize 1s 2s -50%
poly_chknorm_native 1s 2s -50%
poly_pointwise_montgomery 1s 4s -75%
shake128x4_squeezeblocks 1s 2s -50%
shake256_release 1s 3s -67%
shake256_squeeze 1s 2s -50%

Add native MVE implementations of XORBytes and ExtractBytes that perform
bit-interleaving/deinterleaving on-the-fly, enabling use of a bit-interleaved
state representation without temporary conversions in the permutation.

This improves performance by:
- Reducing the number of bit-interleaving operations
- Accelerating bit-interleaving using MVE vector instructions

The backend uses bit-interleaved state representation where each 64-bit
lane is split into even and odd 32-bit halves for efficient 32-bit
MVE processing.

Co-Authored-By: Brendan Moran <brendan.moran@arm.com>
Signed-off-by: Matthias J. Kannwischer <matthias@kannwischer.eu>
@mkannwischer mkannwischer force-pushed the mve-keccakx4-bitinterleaving branch from 32b5350 to 3823f1f Compare February 24, 2026 08:44
@mkannwischer mkannwischer marked this pull request as ready for review February 24, 2026 08:45
@mkannwischer mkannwischer requested a review from a team as a code owner February 24, 2026 08:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants