]> gitweb.factorcode.org Git - factor.git/commit
Initial commit of lookup-table AES implementation
authorFred Alger <fred@fredalger.net>
Sun, 16 Jun 2013 17:09:39 +0000 (13:09 -0400)
committerDoug Coleman <doug.coleman@gmail.com>
Sat, 11 Jan 2014 19:10:47 +0000 (11:10 -0800)
commit67a71d0974b038b0d1ce741f6f77951fdb252f08
treed3e5139600cda5474976cb4752ca6d1ecda1d241
parent517268c18f5a0cb887978309fb70bbee6509cbdd
Initial commit of lookup-table AES implementation

In need of optimization and cleanup.  Uses 32-bit integers arithmetic
and seems to run very quickly (100k key expansions + encrypts in 3.88
= 400K/s encryption).  Based on p7zip's optimized C implementation.
extra/crypto/aes/aes-tests.factor
extra/crypto/aes/aes.factor
extra/crypto/aes/authors.txt
extra/crypto/aes/utils/utils.factor [new file with mode: 0644]