Function aes64ks2

Source
pub fn aes64ks2(rs1: u64, rs2: u64) -> u64
🔬This is a nightly-only experimental API. (riscv_ext_intrinsics #114544)
Available on target feature zkne and target feature zknd and RISC-V RV64 only.
Expand description

This instruction implements part of the KeySchedule operation for the AES Block cipher.

This instruction implements the additional XOR’ing of key words as part of the AES block cipher Key Schedule. This instruction must always be implemented such that its execution latency does not depend on the data being operated on.

Source: RISC-V Cryptography Extensions Volume I: Scalar & Entropy Source Instructions

Version: v1.0.1

Section: 3.11