From: Ian Jackson Date: Thu, 25 Jul 2013 17:30:48 +0000 (+0100) Subject: crypto: Copy an AES (Rijndael) implementation into tree X-Git-Tag: debian/0.3.0_beta2~29 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=secnet.git;a=commitdiff_plain;h=094ca922beda8a0af97cf9aeeeea3a983b59531c;hp=094ca922beda8a0af97cf9aeeeea3a983b59531c crypto: Copy an AES (Rijndael) implementation into tree We are going to want an implementation of AES so that we can run publicly-provided test vectors of our EAX implementation. qemu seem to have a version with a fairly convenient shape, so lift it wholesale into our tree, from upstream qemu (their git commit 55616505876d6683130076b810a27c7889321560). The files in this patch are _exactly_ as copied from that qemu tree, so that we can separate out our own changes. Signed-off-by: Ian Jackson ---