]> git.ipfire.org Git - thirdparty/nettle.git/commit
* x86/aes.asm: Use addl and subl, not add and sub. Replaced
authorNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 16:33:03 +0000 (18:33 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 14 May 2002 16:33:03 +0000 (18:33 +0200)
commit1823b517572a004e4d72d1774b57956ebac35341
treeee7213514d159fb9dae28639d9e80de6d9704af4
parent7dfb86d53663fd3f74480920777cb454d43049ab
* x86/aes.asm: Use addl and subl, not add and sub. Replaced
references to dtbl1-4 with references to _aes_encrypt_table.

* x86/aes.asm (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.7
x86/aes.asm