]> git.ipfire.org Git - thirdparty/nettle.git/commit
* x86/aes.asm: Use C for comments, include the tables using
authorNiels Möller <nisse@lysator.liu.se>
Tue, 7 May 2002 15:59:16 +0000 (17:59 +0200)
committerNiels Möller <nisse@lysator.liu.se>
Tue, 7 May 2002 15:59:16 +0000 (17:59 +0200)
commit40597ccea1aa09d98200f06dc8c1400134c847bf
treecf7110652ee2aa5585f83a5face994112b42179c
parent3f7e33fde1796b9b7db8f75a9659da3097003aa9
* x86/aes.asm: Use C for comments, include the tables using
include_src, and commented out the key setup functions.
Fixed the processing of the first handling of the round function.
Now, encryption of a single block works! Multiple blocks, and
decryption, is still broken.

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