You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
aead: restore s390x fixslice AES test gate and migrate ChaCha20/Poly1305 AVX2/AVX-512 kernels to as_chunks
auth: gate ed25519 AVX2/IFMA point tests behind the ed25519 feature and migrate point chunking to as_chunks
clippy: document missing # Safety on ct-binsec-harness AVX2/IFMA entrypoints
Restoring strict cross-target and feature-matrix validation surfaced four
latent CI failures: s390x test builds referenced the fixslice AES module
after it was excluded from s390x test cfg, x25519-only builds pulled in
ed25519-gated point_avx2 tests that were never feature-gated, and the new
clippy::chunks_exact_to_as_chunks lint plus missing_safety_doc caught real
gaps in the ChaCha20/Poly1305/Ed25519 SIMD kernels and the CT harness.
0 commit comments