commit | 1c1a6d20e0bceef5b5ce68930bf255021c326cce | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Mar 13 09:13:26 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:33 2014 +0200 |
tree | bfbf66969ee8e82684c072376ab8765603869c73 | |
parent | 40c84b54dd47f3ad2a170c036a97aa1b777c645d [diff] |
util: Add AES ShiftRows and InvShiftRows Tables This patch adds tables that implement the Advanced Encryption Standard (AES) ShiftRows and InvShiftRows transformations. These are commonly used in instruction models. Signed-off-by: Tom Musta <tommusta@gmail.com> Reviewed-by: Richard Henderson <rth@twiddle.net> Signed-off-by: Alexander Graf <agraf@suse.de>