tech-kern archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Reducing AES tables spaces
> Here's my AES implementation.
Heh. If we're offering them up, I've got my own Rijndael code (and
AES, since AES is just a special case of Rijndael).
Not that small at the moment, because it has a 256x256 table for
multiplication. Since multiplication is done only by constants, with
only some five or six distinct constants ever used, this can be greatly
compressed - I just haven't bothered. But anyone who wants is welcome
to a copy: ftp.rodents-montreal.org:/mouseware/local-src/librijdael/.
The code is written with clarity and correctness taking first priority.
/~\ The ASCII Mouse
\ / Ribbon Campaign
X Against HTML mouse%rodents-montreal.org@localhost
/ \ Email! 7D C8 61 52 5D E7 2D 39 4E F1 31 3E E8 B3 27 4B
Home |
Main Index |
Thread Index |
Old Index