]> git.ipfire.org Git - thirdparty/nettle.git/commit
(aes_decrypt): Adapted to the current interface.
authorNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 16:03:07 +0000 (18:03 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 16:03:07 +0000 (18:03 +0200)
commit1b1c44a8219061fbdb5ea91bfd0fe6a9b0138159
treed07997d54d7820d40cc1d11833826a6a547e81c6
parent23fd9d6268cf24679491c0edaafa04927714425e
(aes_decrypt): Adapted to the current interface.
Notably, the order of the subkeys was reversed. Single block
encrypt/decrypt works now.
(aes_encrypt, aes_decrypt): Added an outer loop, so that we can
encrypt more than one block at a time.

Rev: src/nettle/x86/aes.asm:1.6
x86/aes.asm