From: Niels Möller Date: Thu, 2 Sep 2021 17:29:42 +0000 (+0200) Subject: ChangeLog entries for recent contributions. X-Git-Tag: nettle_3.8_release_20220602~102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99dffa9c8fe414421b6d270a92cf158cfaa02f71;p=thirdparty%2Fnettle.git ChangeLog entries for recent contributions. --- diff --git a/ChangeLog b/ChangeLog index 1c4f6c32..1c229987 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,33 @@ +2021-08-16 Niels Möller + + S390x functions for sha1, sha256 and sha512, from Mamone Tarsha: + * s390x/msa/sha1-compress.asm: New file. + * s390x/msa_x1/sha256-compress.asm: Likewise. + * s390x/msa_x2/sha512-compress.asm: Likewise. + * s390x/fat/sha1-compress-2.asm: Likewise. + * s390x/fat/sha256-compress-2.asm: Likewise. + * s390x/fat/sha512-compress-2.asm: Likewise. + * fat-s390x.c: Update fat setup. + * Makefile.in (distdir): Add s390x/msa_x1. + +2021-08-09 Niels Möller + + Arm64 AES functions, from Mamone Tarsha: + * arm64/crypto/aes128-decrypt.asm: New file. + * arm64/crypto/aes128-encrypt.asm: New file. + * arm64/crypto/aes192-decrypt.asm: New file. + * arm64/crypto/aes192-encrypt.asm: New file. + * arm64/crypto/aes256-decrypt.asm: New file. + * arm64/crypto/aes256-encrypt.asm: New file. + * arm64/fat/aes128-decrypt-2.asm: New file. + * arm64/fat/aes128-encrypt-2.asm: New file. + * arm64/fat/aes192-decrypt-2.asm: New file. + * arm64/fat/aes192-encrypt-2.asm: New file. + * arm64/fat/aes256-decrypt-2.asm: New file. + * arm64/fat/aes256-encrypt-2.asm: New file. + * configure.ac: Add aes to arm64 FAT_TEST_LIST. + * fat-arm64.c: Update fat setup. + 2021-08-06 Niels Möller S390x xor functions, from Mamone Tarsha: