- May 15, 2002
-
-
Niels Möller authored
to sparc_idx, as it will be tweaked to improve the sparc code. Also reduced its size to [2][4]. (IDX_FACTOR): Deleted constant. * aes-encrypt-table.c (_aes_encrypt_table): Adapted initializer of sparc_idx. * aes-decrypt-table.c (_aes_decrypt_table): Likewise. * asm.m4: Deleted AES_SIDX2, to match struct aes_table. Rev: src/nettle/aes-decrypt-table.c:1.2 Rev: src/nettle/aes-encrypt-table.c:1.2 Rev: src/nettle/aes-internal.h:1.7 Rev: src/nettle/asm.m4:1.9
-
- May 07, 2002
-
-
Niels Möller authored
aes-encrypt.c. Rev: src/nettle/aes-encrypt-table.c:1.1 Rev: src/nettle/aes-encrypt.c:1.4
-
- Feb 15, 2002
-
-
Niels Möller authored
Rev: src/nettle/aes-encrypt.c:1.3
-
Niels Möller authored
Updated tables in aes_encrypt.c and aes_decrypt.c. Rev: src/nettle/aes-decrypt.c:1.2 Rev: src/nettle/aes-encrypt.c:1.2 Rev: src/nettle/aes-internal.h:1.6
-
- Feb 13, 2002
-
-
Niels Möller authored
* aes-encrypt.c, aes-decrypt.c: New files; moved encryption and decryption funktions, and needed tables, into separate files. Rev: src/nettle/Makefile.am:1.30 Rev: src/nettle/aes-decrypt.c:1.1 Rev: src/nettle/aes-encrypt.c:1.1 Rev: src/nettle/aes-tables.c:1.6(DEAD)
-