]> rtime.felk.cvut.cz Git - lisovros/qemu_apohw.git/commit
util: Add InvMixColumns
authorTom Musta <tommusta@gmail.com>
Thu, 13 Mar 2014 14:13:27 +0000 (09:13 -0500)
committerAlexander Graf <agraf@suse.de>
Mon, 16 Jun 2014 11:24:33 +0000 (13:24 +0200)
commitbfd8f5b754318a933e052374c3c17d314bd9927c
treeeab5205c3a51a93229839e3236e958cac844d480
parent1c1a6d20e0bceef5b5ce68930bf255021c326cce
util: Add InvMixColumns

This patch adds the table implementation of the Advanced Encryption Standard (AES)
InvMixColumns transformation.

The patch is intentionally asymmetrical -- the MixColumns table is not added because
there is no known use for it at this time.

Signed-off-by: Tom Musta <tommusta@gmail.com>
Reviewed-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Alexander Graf <agraf@suse.de>
include/qemu/aes.h
util/aes.c