]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
ppc: ChangeLog entry for gcm-hash.asm.
authorNiels Möller <nisse@lysator.liu.se>
Sat, 28 Nov 2020 14:49:22 +0000 (15:49 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sat, 28 Nov 2020 14:49:22 +0000 (15:49 +0100)
ChangeLog

index c8a1fd84437045f82137d0ccb57e23d031a9aacb..fbb159866b66a680ae4b7c34da41b293be740e66 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,9 @@
        * gcm-internal.h: New file.
        * Makefile.in (DISTFILES): Add gcm-internal.h.
 
+       * powerpc64/p8/gcm-hash.asm: New file, contributed by Mamone
+       Tarsha. Implements _nettle_gcm_init_key and _nettle_gcm_hash.
+
 2020-11-28  Niels Möller  <nisse@lysator.liu.se>
 
        * powerpc64/p7/chacha-2core.asm: Simplify counter carry handling