]> git.ipfire.org Git - thirdparty/nettle.git/commitdiff
arch64: Fix copyright line and typos
authorMaamoun TK <maamoun.tk@googlemail.com>
Sun, 31 Jan 2021 08:11:43 +0000 (09:11 +0100)
committerNiels Möller <nisse@lysator.liu.se>
Sun, 31 Jan 2021 08:11:43 +0000 (09:11 +0100)
arm64/v8/gcm-hash.asm

index a45a66d277bac65b11e00b072d9d23d3f61778ee..8bedd648159dd9605956809c02810fe237625d91 100644 (file)
@@ -2,6 +2,7 @@ C arm/v8/gcm-hash.asm
 
 ifelse(`
    Copyright (C) 2020 Niels Möller and Mamone Tarsha
+   Copyright (C) 2021 Michael Weiser
    This file is part of GNU Nettle.
 
    GNU Nettle is free software: you can redistribute it and/or
@@ -84,7 +85,6 @@ define(`TABLE', `x0')
 define(`EMSB', `v0')
 define(`B', `v1')
 define(`H', `v2')
-define(`HQ', `q2')
 define(`H2', `v3')
 define(`H3', `v4')
 define(`H4', `v5')
@@ -146,7 +146,7 @@ IF_LE(`
     PMUL_PARAM H2,H2M,H2L
 
     C we store to the table as doubleword-vectors in current memory endianness
-    C because it's our own strictly internal data structure and what gsm_hash
+    C because it's our own strictly internal data structure and what gcm_hash
     C can most naturally use
     st1            {H1M.2d,H1L.2d,H2M.2d,H2L.2d},[TABLE],#64