Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix aes_shift_rows_fwd and aes_shift_rows_inv functions from latest v…
…ector spec This PR updates the aes_shift_rows_fwd and aes_shift_rows_inv functions to match the versions defined in the latest vector crypto spec after this fix: riscv/riscv-crypto@a19ae20. These functions are not used in any scalar instructions and are not currently called anywhere, so no existing functionality should be affected, but this change is necessary for the upcoming vector crypto implementation and ensures the versions in the scalar spec match the vector crypto spec (as the Sail versions are used directly in the scalar spec).
- Loading branch information