commit | 40c84b54dd47f3ad2a170c036a97aa1b777c645d | [log] [tgz] |
---|---|---|
author | Tom Musta <tommusta@gmail.com> | Thu Mar 13 09:13:25 2014 -0500 |
committer | Alexander Graf <agraf@suse.de> | Mon Jun 16 13:24:33 2014 +0200 |
tree | db98c461fefe62fe4e03bbd8db9c00e0684b2c38 | |
parent | 28668b5f31b05f6413826e110ff909522759f7d9 [diff] |
util: Add S-Box and InvS-Box Arrays to Common AES Utils This patch adds tables for the S-Box and InvS-Box transformations commonly used by various Advanced Encription Standard (AES) 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>