]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ChangeLog entries for s390x ghash update.
authorNiels Möller <nisse@lysator.liu.se>
Thu, 17 Mar 2022 18:54:14 +0000 (19:54 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Thu, 17 Mar 2022 18:54:14 +0000 (19:54 +0100)
ChangeLog

index 6276b0f0733146cdc2baa808b31702b8342033f5..b9c42748e49e1fd6762da4bafd86e02d1c9b3a1b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+2022-02-23  Niels Möller  <nisse@lysator.liu.se>
+
+       Analogous s390x update, by Mamone Tarsha:
+       * fat-s390x.c (fat_init): Update fat init for new _ghash_set_key
+       and _ghash_update functions, delete setup for old gcm functions.
+       * s390x/fat/ghash-update-2.asm: New file.
+       * s390x/fat/ghash-set-key-2.asm: New file.
+       * s390x/fat/gcm-hash.asm: Deleted.
+       * s390x/msa_x4/gcm-hash.asm: Deleted, split into two new files...
+       * s390x/msa_x4/ghash-update.asm: New file.
+       * s390x/msa_x4/ghash-set-key.asm: New file
+
 2022-02-22  Niels Möller  <nisse@lysator.liu.se>
 
+       * fat-ppc.c (fat_init): Update fat init for new _ghash_set_key
+       and _ghash_update functions, delete setup for old gcm functions.
+
+       * powerpc64/fat/ghash-update-2.asm: New file.
+       * powerpc64/fat/ghash-set-key-2.asm: New file.
+       * powerpc64/fat/gcm-hash.asm: Deleted.
+
        * powerpc64/p8/gcm-hash.asm: Deleted, split into two new files...
        * powerpc64/p8/ghash-update.asm: New file.
        * powerpc64/p8/ghash-set-key.asm: New file