- May 15, 2002
-
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.16
-
Niels Möller authored
round, folding it into the final round. Rev: src/nettle/x86/aes-decrypt.asm:1.15
-
Niels Möller authored
AES_ROUND calls instead. (aes_decrypt): Likewise for the final round. Rev: src/nettle/x86/aes-decrypt.asm:1.14
-
Niels Möller authored
AES_ROUND calls instead. Rev: src/nettle/x86/aes-decrypt.asm:1.13
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.12 Rev: src/nettle/x86/aes-encrypt.asm:1.17
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.11
-
Niels Möller authored
* x86/aes-decrypt.asm (aes_decrypt): Likewise. Rev: src/nettle/x86/aes-decrypt.asm:1.10
-
Niels Möller authored
Rev: src/nettle/x86/aes-encrypt.asm:1.16
-
Niels Möller authored
Updated users. Rev: src/nettle/x86/aes-decrypt.asm:1.9 Rev: src/nettle/x86/aes-encrypt.asm:1.15 Rev: src/nettle/x86/machine.m4:1.7
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.8
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.7
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.6
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.5
-
Niels Möller authored
(aes_decrypt): Start using AES_ROUND. Rev: src/nettle/x86/aes-decrypt.asm:1.4
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.3
-
Niels Möller authored
file... * x86/aes.asm: ... from here. Rev: src/nettle/x86/aes-decrypt.asm:1.2 Rev: src/nettle/x86/aes-encrypt.asm:1.14 Rev: src/nettle/x86/aes.asm:1.12
-
Niels Möller authored
itbl1-4. Commented out the inclusion of aes_tables.asm. Rev: src/nettle/x86/aes.asm:1.11
-
Niels Möller authored
Rev: src/nettle/x86/aes.asm:1.10
-
Niels Möller authored
itbl1-4. Rev: src/nettle/x86/aes.asm:1.9
-
Niels Möller authored
Rev: src/nettle/x86/aes-decrypt.asm:1.1
-
- May 14, 2002
-
-
Niels Möller authored
Rev: src/nettle/x86/aes-encrypt.asm:1.13
-
Niels Möller authored
Rev: src/nettle/x86/machine.m4:1.6
-
Niels Möller authored
round function with an invocation of AES_ROUND. (aes_encrypt): Similarly for the second column. (aes_encrypt): Similarly for the rest of the round function. Rev: src/nettle/x86/aes-encrypt.asm:1.12
-
Niels Möller authored
round function with an invocation of AES_ROUND. (aes_encrypt): Similarly for the second column. Rev: src/nettle/x86/aes-encrypt.asm:1.11
-
Niels Möller authored
round function with an invocation of AES_ROUND. Rev: src/nettle/x86/aes-encrypt.asm:1.10
-
Niels Möller authored
Rev: src/nettle/x86/machine.m4:1.5
-
Niels Möller authored
Rev: src/nettle/x86/aes-encrypt.asm:1.9
-
Niels Möller authored
Rev: src/nettle/x86/aes-encrypt.asm:1.8
-
Niels Möller authored
Rev: src/nettle/x86/machine.m4:1.4
-
Niels Möller authored
Rev: src/nettle/x86/machine.m4:1.3
-
Niels Möller authored
Rev: src/nettle/x86/aes-encrypt.asm:1.7
-
Niels Möller authored
reordering the second and fourth round. Rev: src/nettle/x86/aes-encrypt.asm:1.6
-
Niels Möller authored
for the first column of the final round. (aes_encrypt): Similarly for the second column. (aes_encrypt): Similarly for the third and fourth column. Rev: src/nettle/ChangeLog:1.88 Rev: src/nettle/x86/aes-encrypt.asm:1.5
-
Niels Möller authored
for the first column of the final round. (aes_encrypt): Similarly for the second column. Rev: src/nettle/x86/aes-encrypt.asm:1.4
-
Niels Möller authored
Rev: src/nettle/x86/machine.m4:1.2
-
Niels Möller authored
for the first column of the final round. Rev: src/nettle/x86/aes-encrypt.asm:1.3
-
Niels Möller authored
* x86/aes.asm: ...from here. Rev: src/nettle/ChangeLog:1.86 Rev: src/nettle/x86/aes-encrypt.asm:1.2 Rev: src/nettle/x86/aes.asm:1.8
-
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
-
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
-
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
-