- 24 Sep, 2010 3 commits
-
-
Niels Möller authored
Rev: nettle/configure.ac:1.26
-
Niels Möller authored
* camellia-set-encrypt-key.c (camellia_set_encrypt_key): Reintroduce CAMELLIA_F_HALF_INV, for 32-bit machines. * camellia-crypt-internal.c (CAMELLIA_ROUNDSM): Two variants, differing in where addition of the key is done. * x86/camellia-crypt-internal.asm: Moved addition of key. Rev: nettle/ChangeLog:1.110 Rev: nettle/camellia-crypt-internal.c:1.4 Rev: nettle/camellia-set-encrypt-key.c:1.6
-
Niels Möller authored
Rev: nettle/x86/camellia-crypt-internal.asm:1.3
-
- 22 Sep, 2010 7 commits
-
-
Niels Möller authored
(time_memxor): Improved display. Rev: nettle/examples/nettle-benchmark.c:1.11
-
Niels Möller authored
Rev: nettle/ChangeLog:1.109
-
Niels Möller authored
(struct bench_memxor_info): New struct. (bench_memxor): New function. (time_memxor): New function. (main): Use time_memxor. Added optional argument used to limit the algorithms being benchmarked. Rev: nettle/examples/nettle-benchmark.c:1.10
-
Niels Möller authored
Rev: nettle/ChangeLog:1.108
-
Niels Möller authored
seconds. (time_function): Use clock_gettime with CLOCK_PROCESS_CPUTIME_ID, if available. This gives better accuracy, at least on recent linux. Rev: nettle/examples/nettle-benchmark.c:1.9
-
Niels Möller authored
Rev: nettle/examples/Makefile.in:1.9
-
Niels Möller authored
Rev: nettle/configure.ac:1.25
-
- 20 Sep, 2010 7 commits
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.107
-
Niels Möller authored
Rev: nettle/configure.ac:1.24
-
Niels Möller authored
Rev: nettle/x86/camellia-crypt-internal.asm:1.2
-
Niels Möller authored
(camellia_set_encrypt_key): Deleted the CAMELLIA_F_HALF_INV operations intended for moving the key xor into the middle of the round. Rev: nettle/camellia-set-encrypt-key.c:1.5
-
Niels Möller authored
xor. Rev: nettle/camellia-crypt-internal.c:1.3
-
Niels Möller authored
Rev: nettle/x86_64/camellia-crypt-internal.asm:1.1
-
Niels Möller authored
Rev: nettle/x86_64/machine.m4:1.2
-
- 17 Sep, 2010 2 commits
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.106
-
Hoyt. Rev: nettle/configure.ac:1.23
-
- 25 Jul, 2010 13 commits
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.105 Rev: nettle/configure.ac:1.22
-
Niels Möller authored
libnettle.so.4, and reset LIBNETTLE_MINOR to zero. Rev: nettle/ChangeLog:1.104 Rev: nettle/NEWS:1.8 Rev: nettle/configure.ac:1.21
-
Niels Möller authored
Rev: nettle/ChangeLog:1.103
-
Niels Möller authored
Rev: nettle/configure.ac:1.20
-
Niels Möller authored
implementation. Rev: nettle/nettle.texinfo:1.15
-
Niels Möller authored
Rev: nettle/x86/camellia-crypt-internal.asm:1.1
-
Niels Möller authored
* x86/aes.m4: ...here. Rev: nettle/x86/aes.m4:1.7 Rev: nettle/x86/machine.m4:1.2
-
Niels Möller authored
Rev: nettle/ChangeLog:1.102
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.14
-
Niels Möller authored
Rev: nettle/NEWS:1.7
-
Niels Möller authored
subkeys, and renumber the remaining ones. * camellia-crypt-internal.c (_camellia_crypt): Updated for renumbered subkeys. * camellia-set-encrypt-key.c (camellia_set_encrypt_key): Likewise. * camellia-set-decrypt-key.c (camellia_invert_key): Likewise. Rev: nettle/ChangeLog:1.101 Rev: nettle/camellia-crypt-internal.c:1.2 Rev: nettle/camellia-set-decrypt-key.c:1.2 Rev: nettle/camellia-set-encrypt-key.c:1.4 Rev: nettle/camellia.h:1.5
-
Niels Möller authored
Rev: nettle/ChangeLog:1.100
-
Niels Möller authored
the expansion of camellia_setup128 and camellia_setup256, keeping the unexpanded key in scalar variables. (camellia_setup128): Deleted. (camellia_setup256): Deleted. Rev: nettle/camellia-set-encrypt-key.c:1.3
-
- 24 Jul, 2010 8 commits
-
-
Niels Möller authored
code size, no complete loop unroll. Use one loop for each phase of the post-processing. Rev: nettle/camellia-set-encrypt-key.c:1.2
-
Niels Möller authored
Rev: nettle/dsa.h:1.7
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.13
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.12
-
Niels Möller authored
Rev: nettle/ChangeLog:1.99
-
Niels Möller authored
Rev: nettle/ChangeLog:1.98
-
Niels Möller authored
* testsuite/aes-test.c: New tests for aes_invert_key. Rev: nettle/testsuite/aes-test.c:1.2 Rev: nettle/testsuite/camellia-test.c:1.2
-
Niels Möller authored
* aes-set-decrypt-key.c (aes_invert_key): New function, key inversion code extracted from aes_set_decrypt_key. (aes_set_decrypt_key): Use aes_invert_key. Rev: nettle/ChangeLog:1.97 Rev: nettle/aes-set-decrypt-key.c:1.2 Rev: nettle/aes.h:1.3
-