Skip to main content

binius_field/arch/portable/
packed_aes_256.rs

1// Copyright 2024-2025 Irreducible Inc.
2// Copyright 2026 The Binius Developers
3
4pub type AesWideMul32x<T> = crate::arch::Scaled<T>;
5pub type AesSquare32x<T> = crate::arch::Scaled<T>;
6pub type AesInvert32x<T> = crate::arch::Scaled<T>;