- Mar 06, 2009
-
-
Niels Möller authored
Put SA--SD in %eax--%edx, so the second byte can be accessed as %ah-%dh. TD is not needed, SD can be reused. Use the register that is saved for the outer loop counter, getting it off the stack. * x86_64/aes-encrypt-internal.asm: Likewise. * x86_64/aes.m4 (HREG, MOVE_HREG): New macros. (XREG): Fixed bug in handling of %r8 and %r9. (AES_ROUND): Use MOVE_HREG. Rev: nettle/x86_64/aes-decrypt-internal.asm:1.2 Rev: nettle/x86_64/aes-encrypt-internal.asm:1.9 Rev: nettle/x86_64/aes.m4:1.6
-
- Feb 10, 2009
-
-
Niels Möller authored
handling of comments. * tools/sexp-conv.c (sexp_convert_item): Use sexp_put_soft_newline to terminate comments, and modify indentation for the case that a list starts with a comment. * tools/output.c (sexp_output_init): Initialize soft_newline. (sexp_put_raw_char): Clear soft_newline. (sexp_put_newline): Check and reset soft_newline. (sexp_put_soft_newline): New function. * tools/output.h (struct sexp_output): Removed union with single element, and updated all users. New attribute soft_newline. Rev: nettle/ChangeLog:1.31 Rev: nettle/testsuite/sexp-conv-test:1.3 Rev: nettle/tools/output.c:1.3 Rev: nettle/tools/output.h:1.3 Rev: nettle/tools/sexp-conv.c:1.4
-
Niels Möller authored
as UNUSED. Rev: nettle/base16-meta.c:1.2
-
- Feb 04, 2009
-
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.3
-
- Dec 22, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.30 Rev: nettle/Makefile.in:1.8
-
- Nov 28, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.29
-
Niels Möller authored
Rev: nettle/testsuite/cxx-test.cxx:1.2
-
- Nov 24, 2008
-
-
Niels Möller authored
Rev: nettle/yarrow256.c:1.6
-
- Nov 22, 2008
-
-
Niels Möller authored
that it is set if and only if the aes context has been initialized with aes_set_encrypt_key. (yarrow256_seed): No need to set ctx->seeded here. (yarrow256_update): Likewise. Rev: nettle/ChangeLog:1.28 Rev: nettle/yarrow256.c:1.5
-
- Nov 04, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.27
-
Niels Möller authored
Rev: nettle/examples/next-prime.c:1.3
-
Niels Möller authored
Rev: nettle/yarrow.h:1.3
-
- Nov 01, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.26 Rev: nettle/nettle.texinfo:1.2
-
Niels Möller authored
Rev: nettle/NEWS:1.2
-
Niels Möller authored
Rev: nettle/ChangeLog:1.25
-
Niels Möller authored
non-pointer types, so that the types can be used to declare functions. Updated all users. Rev: nettle/arcfour-meta.c:1.2 Rev: nettle/cbc.h:1.2 Rev: nettle/des-compat.c:1.2 Rev: nettle/examples/nettle-benchmark.c:1.3 Rev: nettle/examples/nettle-openssl.c:1.2 Rev: nettle/examples/rsa-encrypt.c:1.2 Rev: nettle/examples/rsa-keygen.c:1.2 Rev: nettle/nettle-internal.c:1.2 Rev: nettle/nettle-meta.h:1.2 Rev: nettle/nettle-types.h:1.2 Rev: nettle/testsuite/dsa-keygen-test.c:1.3 Rev: nettle/testsuite/rsa-encrypt-test.c:1.3 Rev: nettle/testsuite/rsa-keygen-test.c:1.3 Rev: nettle/testsuite/testutils.c:1.3
-
Niels Möller authored
Rev: nettle/ChangeLog:1.24
-
- Oct 31, 2008
-
-
Niels Möller authored
Rev: nettle/testsuite/yarrow-test.c:1.2
-
Niels Möller authored
Rev: nettle/sha-example.c:1.2
-
- Oct 30, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.23
-
Niels Möller authored
Rev: nettle/tools/sexp-conv.c:1.3
-
- Oct 25, 2008
-
-
Niels Möller authored
Rev: nettle/configure.ac:1.9
-
Niels Möller authored
Rev: nettle/ChangeLog:1.22
-
Niels Möller authored
Rev: nettle/examples/Makefile.in:1.6
-
- Oct 24, 2008
-
-
Niels Möller authored
yarrow_fast_reseed) and made non-static. Don't generate seed file here, let the application use yarrow256_random instead. (yarrow256_slow_reseed): Renamed (was yarrow_slow_reseed) and made non-static. (yarrow256_force_reseed): Deleted function, use yarrow256_slow_reseed instead. For backwards compatibility, yarrow.h defines yarrow256_force_reseed as an alias for that function. * yarrow.h (struct yarrow256_ctx): Deleted seed_file buffer. Rev: nettle/yarrow.h:1.2 Rev: nettle/yarrow256.c:1.4
-
Niels Möller authored
Rev: nettle/sexp.c:1.3
-
Niels Möller authored
Rev: nettle/sha256.c:1.2
-
- Sep 17, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.21
-
Niels Möller authored
loop twice. Gave a modest speedup. Rev: nettle/x86/arcfour-crypt.asm:1.2
-
- Sep 15, 2008
-
-
Niels Möller authored
Rev: nettle/aes-decrypt-internal.c:1.2 Rev: nettle/aes-encrypt-internal.c:1.2 Rev: nettle/aes-internal.h:1.2 Rev: nettle/arctwo.h:1.2 Rev: nettle/base16-decode.c:1.2 Rev: nettle/base16-encode.c:1.2 Rev: nettle/base16.h:1.2 Rev: nettle/base64.h:1.2 Rev: nettle/bignum-random.c:1.2 Rev: nettle/bignum.c:1.2 Rev: nettle/bignum.h:1.3 Rev: nettle/rsa-sign.c:1.3 Rev: nettle/rsa-verify.c:1.3 Rev: nettle/rsa.c:1.3 Rev: nettle/rsa.h:1.2 Rev: nettle/sexp-transport-format.c:1.2 Rev: nettle/sexp.c:1.2 Rev: nettle/sexp.h:1.2
-
Niels Möller authored
Rev: nettle/ChangeLog:1.20
-
Niels Möller authored
Rev: nettle/yarrow256.c:1.3
-
Niels Möller authored
feed (FF) as white space characters. Rev: nettle/base64-decode.c:1.2
-
Niels Möller authored
Rev: nettle/ChangeLog:1.19
-
Niels Möller authored
Rev: nettle/x86_64/aes-decrypt-internal.asm:1.1
-
- Sep 14, 2008
-
-
Niels Möller authored
Rev: nettle/x86_64/aes-encrypt-internal.asm:1.8
-
Niels Möller authored
Rev: nettle/x86_64/aes-encrypt-internal.asm:1.7
-
Niels Möller authored
Rev: nettle/x86_64/aes.m4:1.5
-
Niels Möller authored
Rev: nettle/x86_64/aes-encrypt-internal.asm:1.6
-
- Sep 13, 2008
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.18
-