Early boot, activation, upgrades

C. Scott Ananian cscott at cscott.net
Tue Jul 10 16:16:21 EDT 2007


On 7/10/07, C. Scott Ananian <cscott at cscott.net> wrote:
> The AES encryption on the Geode is spec'ed at 40MiB/sec.  Using a
> fixed key converts AES into a hash function which is over 50x faster
> than what we've got.

For reference, that would be p512 of
http://www.amd.com/files/connectivitysolutions/geode/geode_lx/33234E_LX_databook.pdf
and chapter 18 of Applied Cryptography, "ONE-WAY HASH FUNCTIONS USING
SYMMETRIC BLOCK ALGORITHMS".

As a stopgap, using only SHA-512 (and leaving off the whirlpool hash)
will more than double our authentication speed.
 --scott

-- 
                         ( http://cscott.net/ )



More information about the Devel mailing list