diff options
author | Niels Möller <nisse@lysator.liu.se> | 2002-05-15 22:17:35 +0200 |
---|---|---|
committer | Niels Möller <nisse@lysator.liu.se> | 2002-05-15 22:17:35 +0200 |
commit | 153537437bb5b940b26afb2e1261aff3e704dbbc (patch) | |
tree | e1f5726b4a23ac4ecfe083758a9287ee6bf5330a /asm.m4 | |
parent | f91e72100a42a125e6994532e0cd8733e44ca97a (diff) | |
download | nettle-153537437bb5b940b26afb2e1261aff3e704dbbc.tar.gz |
* aes-internal.h (struct aes_table): Renamed the shift_idx field
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
Diffstat (limited to 'asm.m4')
-rw-r--r-- | asm.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -41,7 +41,6 @@ STRUCTURE(AES) STRUCT(IDX3, AES_IDX_SIZE) STRUCT(SIDX1, AES_IDX_SIZE) - STRUCT(SIDX2, AES_IDX_SIZE) STRUCT(SIDX3, AES_IDX_SIZE) STRUCT(TABLE0, AES_TABLE_SIZE) |