Skip to content
Snippets Groups Projects
  1. May 14, 2002
    • Niels Möller's avatar
      * x86/aes.asm: Use addl and subl, not add and sub. Replaced · 1823b517
      Niels Möller authored
      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
      1823b517
    • Niels Möller's avatar
      (aes_decrypt): Adapted to the current interface. · 1b1c44a8
      Niels Möller authored
      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
      1b1c44a8
    • Niels Möller's avatar
      (aes_decrypt): Adapted to the current interface. · bce70674
      Niels Möller authored
      Notably, the order of the subkeys was reversed. Single block
      encrypt/decrypt works now.
      
      Rev: src/nettle/x86/aes.asm:1.5
      bce70674
  2. May 07, 2002
  3. Mar 14, 2002
  4. Feb 11, 2002
Loading