- Feb 16, 2011
-
-
Niels Möller authored
(gcm_aes_set_key): Deleted cast. (gcm_aes_encrypt): Likewise. (gcm_aes_decrypt): Likewise. (gcm_aes_digest): Likewise. (gcm_aes_update): One less argument to GCM_UPDATE. * gcm.h (GCM_SET_KEY): Added cast to nettle_crypt_func *. Help compiler type checking despite this cast. (GCM_ENCRYPT): Likewise. (GCM_DECRYPT): Likewise. (GCM_DIGEST): Likewise. (GCM_SET_IV): New macro, for completeness. (GCM_UPDATE): Deleted unused argument encrypt. Rev: nettle/ChangeLog:1.156 Rev: nettle/gcm-aes.c:1.4 Rev: nettle/gcm.h:1.12
-
- Feb 14, 2011
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.155
-
Niels Möller authored
Rev: nettle/nettle.texinfo:1.17
-
Niels Möller authored
Rev: nettle/ChangeLog:1.154
-
Niels Möller authored
by test_aead. (test_main): Use test_aead. Rev: nettle/testsuite/gcm-test.c:1.8
-
Niels Möller authored
test_gcm_aes and before that test_cipher_gcm. Rev: nettle/testsuite/testutils.c:1.14 Rev: nettle/testsuite/testutils.h:1.8
-
Niels Möller authored
(nettle_gcm_aes192): Likewise. (nettle_gcm_aes256): Likewise. Rev: nettle/nettle-internal.c:1.4
-
Niels Möller authored
authenticated encryption with associated data. Rev: nettle/nettle-internal.h:1.3
-
Niels Möller authored
Rev: nettle/ChangeLog:1.153
-
Niels Möller authored
renaming. Benchmark both encryption and hashing. (time_gmac): ...old name. Rev: nettle/examples/nettle-benchmark.c:1.20
-
Niels Möller authored
Rev: nettle/nettle-meta.h:1.9
-
Niels Möller authored
Rev: nettle/ChangeLog:1.152
-
Niels Möller authored
parity, since thay are now ignored. (des3_set_key_hack): Likewise. Rev: nettle/nettle-internal.c:1.3
-
Niels Möller authored
* nettle-meta.h (_NETTLE_CIPHER_FIX): Deleted keysize parameter derived from the appropriate constant instead. Rev: nettle/cast128-meta.c:1.2
-
Niels Möller authored
Rev: nettle/nettle-meta.h:1.8
-
Niels Möller authored
Rev: nettle/ChangeLog:1.151
-
Niels Möller authored
Rev: nettle/testsuite/gcm-test.c:1.7
-
- Feb 13, 2011
-
-
Niels Möller authored
(GCM_AUTH): ...old name. * gcm-aes.c (gcm_aes_update): Renamed, from... (gcm_aes_auth): ...old name. * gcm.c (gcm_update): Renamed, and fixed an assert. From... (gcm_auth): ...old name. Rev: nettle/ChangeLog:1.150 Rev: nettle/gcm-aes.c:1.3 Rev: nettle/gcm.c:1.14 Rev: nettle/gcm.h:1.11
-
Niels Möller authored
corresponding to 4 KByte of key-dependent tables. Rev: nettle/gcm.h:1.10
-
Niels Möller authored
Rev: nettle/memxor.c:1.4
-
- Feb 11, 2011
-
-
Niels Möller authored
implementation is broken. Rev: nettle/testsuite/serpent-test.c:1.2
-
- Feb 10, 2011
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.149
-
Niels Möller authored
unaligned01 case and 35% for the unaligned12 case, benchmarked on Intel SU1400. Rev: nettle/x86_64/memxor.asm:1.1
-
Niels Möller authored
Rev: nettle/ChangeLog:1.148
-
Niels Möller authored
(cgt_time_start): Likewise. (cgt_time_end): Likewise. (clock_time_start): Likewise. (clock_time_end): Likewise. (time_function): Read clock via function pointers time_start and time_end, so we can select method at runtime. (xalloc): Use die function. (main): Choose timing function. If available, try clock_gettime, and fall back to clock if it doesn't exist. Rev: nettle/examples/nettle-benchmark.c:1.19
-
Niels Möller authored
Rev: nettle/testsuite/gcm-test.c:1.6
-
Niels Möller authored
Rev: nettle/ChangeLog:1.147
-
Niels Möller authored
(TIME_END, TIME_START): Check return value from clock_gettime. Rev: nettle/examples/nettle-benchmark.c:1.18
-
Niels Möller authored
Rev: nettle/ChangeLog:1.146 Rev: nettle/gcm.h:1.9
-
Niels Möller authored
Rev: nettle/ChangeLog:1.145
-
Niels Möller authored
Rev: nettle/testsuite/gcm-test.c:1.5
-
Niels Möller authored
Rev: nettle/testsuite/gcm-test.c:1.4
-
- Feb 09, 2011
-
-
Niels Möller authored
Rev: nettle/ChangeLog:1.144
-
Niels Möller authored
with different IV lengths. Rev: nettle/testsuite/gcm-test.c:1.3
-
Niels Möller authored
Rev: nettle/gcm-aes.c:1.2
-
Niels Möller authored
(gcm_set_iv): Added support for IVs of arbitrary size. Needed another argument, for the hash subkey. (gcm_digest): Use gcm_hash_sizes. Rev: nettle/gcm.c:1.13 Rev: nettle/gcm.h:1.8
-
Niels Möller authored
Rev: nettle/ChangeLog:1.143
-
Niels Möller authored
Rev: nettle/examples/nettle-benchmark.c:1.17
-
Niels Möller authored
test_cipher_gcm and using the new gcm_aes interface. (test_main): Updated to use test_gcm_aes. * testsuite/testutils.c (test_cipher_gcm): Deleted function. Rev: nettle/testsuite/gcm-test.c:1.2 Rev: nettle/testsuite/testutils.c:1.13 Rev: nettle/testsuite/testutils.h:1.7
-
Niels Möller authored
Rev: nettle/Makefile.in:1.31
-