Skip to main content

binius_field/arch/portable/
packed_aes_512.rs

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