- 23 May, 2022 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
* config.guess: Update to 2022-05-08 version. * config.sub: Update to 2022-01-03 version.
-
- 22 May, 2022 1 commit
-
-
Niels Möller authored
-
- 20 May, 2022 1 commit
-
-
Niels Möller authored
-
- 14 May, 2022 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 05 May, 2022 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 28 Apr, 2022 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 09 Apr, 2022 1 commit
-
-
Niels Möller authored
-
- 17 Mar, 2022 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
- 23 Feb, 2022 2 commits
-
-
Niels Möller authored
Refactor s390x-specific code for new ghash organization See merge request nettle/nettle!44
-
Maamoun TK authored
-
- 22 Feb, 2022 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 21 Feb, 2022 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 19 Feb, 2022 5 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 18 Feb, 2022 2 commits
-
-
Niels Möller authored
Assembly implementations not yet updated. * Makefile.in (nettle_SOURCES): Add ghash-set-key.c ghash-update.c. (DISTFILES): Replaced gcm-internal.h with ghash-internal.h. * testsuite/gcm-test.c (test_ghash_internal): Updated to use _ghash_set_key and _ghash_update. * gcm.c (INC32): Deleted macro, used in only one place. (gcm_set_key): Update to use _ghash_set_key. (gcm_hash): Renamed, was _gcm_hash, and implemented in terms of _ghash_update. (bswap_if_le): New function (copied from nist-keywrap.c). (gcm_hash_sizes): Use bswap_if_le and _ghash_update. (gcm_set_iv): Updated to use gcm_hash and block16_zero. (gcm_digest): Use _ghash_digest. * ghash-internal.h: New file, declaring new internal ghash interface. * gcm-internal.h: Deleted file. * ghash-update.c (gcm_gf_shift_8): Moved here (from gcm.c) (gcm_gf_mul): Likewise. (_ghash_update): New function, extracted from _nettle_gcm_hash_c. (_ghash_digest): New function. * ghash-set-key.c (_ghash_set_key): New file and function. Extracted from _nettle_gcm_init_key_c and _nettle_gcm_set_key.
-
Niels Möller authored
-
- 17 Feb, 2022 1 commit
-
-
Niels Möller authored
-
- 15 Feb, 2022 3 commits
-
-
Niels Möller authored
-
Niels Möller authored
-
Niels Möller authored
-
- 10 Feb, 2022 1 commit
-
-
Niels Möller authored
-
- 28 Jan, 2022 1 commit
-
-
Niels Möller authored
-
- 27 Jan, 2022 1 commit
-
-
Niels Möller authored
-
- 25 Jan, 2022 2 commits
-
-
Niels Möller authored
-
Niels Möller authored
[Arm64] Optimize Chacha20 See merge request nettle/nettle!37
-
- 24 Jan, 2022 2 commits
-
-
Niels Möller authored
-
Martin Schwenke authored
Signed-off-by:
Martin Schwenke <martin@meltin.net> Signed-off-by:
Amitay Isaacs <amitay@gmail.com>
-