Skip to documentation
SLOP

tiny.simd.aesLastRoundInv

Reference tiny.simd aesLastRoundInv

Defined in crypto.

Called byCallstest sourcelib.simd.src.cryptotest: Highway AES inverse rounds and ...private sourcelib.simd.src.cryptoaddRoundKeyprivate sourcelib.simd.src.cryptoshiftSubBytesprivate sourcelib.simd.src.cryptovalidateAescryptoaesLastRoundInv
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/crypto.zig:18

zig
pub fn aesLastRoundInv(comptime D: type, state: D.Vector, round_key: D.Vector) D.Vector {    validateAes(D);    return addRoundKey(D, shiftSubBytes(D, state, true), round_key);}

Source: lib/simd/src/root.zig:652

zig
pub const aesLastRoundInv = crypto.aesLastRoundInv;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433