Skip to main content

binius_field/arch/portable/
packed_aes_8.rs

1// Copyright 2024-2025 Irreducible Inc.
2// Copyright 2026 The Binius Developers
3
4pub type AesWideMul1x<T> = crate::arch::portable::pairwise_table_arithmetic::AesLookupWideMul<T>;
5pub type AesSquare1x<T> = crate::arch::BytewiseLookup<T>;
6pub type AesInvert1x<T> = crate::arch::BytewiseLookup<T>;