diff for duplicates of <20181015175424.97147-11-ebiggers@kernel.org> diff --git a/a/1.txt b/N1/1.txt index 510cdc4..466f974 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -1,6 +1,6 @@ From: Eric Biggers <ebiggers@google.com> -Add an ARM NEON implementation of NHPoly1305, an ε-almost-∆-universal +Add an ARM NEON implementation of NHPoly1305, an ?-almost-?-universal hash function used in the Adiantum encryption mode. For now, only the NH portion is actually NEON-accelerated; the Poly1305 part is less performance-critical so is just implemented in C. @@ -57,7 +57,7 @@ index 0000000000000..434d80ab531c2 @@ -0,0 +1,116 @@ +/* SPDX-License-Identifier: GPL-2.0 */ +/* -+ * NH - ε-almost-universal hash function, NEON accelerated version ++ * NH - ?-almost-universal hash function, NEON accelerated version + * + * Copyright 2018 Google LLC + * @@ -179,7 +179,7 @@ index 0000000000000..df48a00f4c50f @@ -0,0 +1,78 @@ +// SPDX-License-Identifier: GPL-2.0 +/* -+ * NHPoly1305 - ε-almost-∆-universal hash function for Adiantum ++ * NHPoly1305 - ?-almost-?-universal hash function for Adiantum + * (NEON accelerated version) + * + * Copyright 2018 Google LLC @@ -250,7 +250,7 @@ index 0000000000000..df48a00f4c50f +module_init(nhpoly1305_mod_init); +module_exit(nhpoly1305_mod_exit); + -+MODULE_DESCRIPTION("NHPoly1305 ε-almost-∆-universal hash function (NEON-accelerated)"); ++MODULE_DESCRIPTION("NHPoly1305 ?-almost-?-universal hash function (NEON-accelerated)"); +MODULE_LICENSE("GPL v2"); +MODULE_AUTHOR("Eric Biggers <ebiggers@google.com>"); +MODULE_ALIAS_CRYPTO("nhpoly1305"); diff --git a/a/content_digest b/N1/content_digest index 3c05eab..de85aff 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -1,23 +1,13 @@ "ref\020181015175424.97147-1-ebiggers@kernel.org\0" - "From\0Eric Biggers <ebiggers@kernel.org>\0" + "From\0ebiggers@kernel.org (Eric Biggers)\0" "Subject\0[RFC PATCH v2 10/12] crypto: arm/nhpoly1305 - add NEON-accelerated NHPoly1305\0" "Date\0Mon, 15 Oct 2018 10:54:22 -0700\0" - "To\0linux-crypto@vger.kernel.org\0" - "Cc\0linux-fscrypt@vger.kernel.org" - linux-arm-kernel@lists.infradead.org - linux-kernel@vger.kernel.org - Herbert Xu <herbert@gondor.apana.org.au> - Paul Crowley <paulcrowley@google.com> - Greg Kaiser <gkaiser@google.com> - Michael Halcrow <mhalcrow@google.com> - Jason A . Donenfeld <Jason@zx2c4.com> - Samuel Neves <samuel.c.p.neves@gmail.com> - " Tomer Ashur <tomer.ashur@esat.kuleuven.be>\0" + "To\0linux-arm-kernel@lists.infradead.org\0" "\00:1\0" "b\0" "From: Eric Biggers <ebiggers@google.com>\n" "\n" - "Add an ARM NEON implementation of NHPoly1305, an \316\265-almost-\342\210\206-universal\n" + "Add an ARM NEON implementation of NHPoly1305, an ?-almost-?-universal\n" "hash function used in the Adiantum encryption mode. For now, only the\n" "NH portion is actually NEON-accelerated; the Poly1305 part is less\n" "performance-critical so is just implemented in C.\n" @@ -74,7 +64,7 @@ "@@ -0,0 +1,116 @@\n" "+/* SPDX-License-Identifier: GPL-2.0 */\n" "+/*\n" - "+ * NH - \316\265-almost-universal hash function, NEON accelerated version\n" + "+ * NH - ?-almost-universal hash function, NEON accelerated version\n" "+ *\n" "+ * Copyright 2018 Google LLC\n" "+ *\n" @@ -196,7 +186,7 @@ "@@ -0,0 +1,78 @@\n" "+// SPDX-License-Identifier: GPL-2.0\n" "+/*\n" - "+ * NHPoly1305 - \316\265-almost-\342\210\206-universal hash function for Adiantum\n" + "+ * NHPoly1305 - ?-almost-?-universal hash function for Adiantum\n" "+ * (NEON accelerated version)\n" "+ *\n" "+ * Copyright 2018 Google LLC\n" @@ -267,7 +257,7 @@ "+module_init(nhpoly1305_mod_init);\n" "+module_exit(nhpoly1305_mod_exit);\n" "+\n" - "+MODULE_DESCRIPTION(\"NHPoly1305 \316\265-almost-\342\210\206-universal hash function (NEON-accelerated)\");\n" + "+MODULE_DESCRIPTION(\"NHPoly1305 ?-almost-?-universal hash function (NEON-accelerated)\");\n" "+MODULE_LICENSE(\"GPL v2\");\n" "+MODULE_AUTHOR(\"Eric Biggers <ebiggers@google.com>\");\n" "+MODULE_ALIAS_CRYPTO(\"nhpoly1305\");\n" @@ -275,4 +265,4 @@ "-- \n" 2.19.1.331.ge82ca0e54c-goog -01a9a3e34ff61dda36ef610947007bf3b0db323eb0ae585b985185ad8f45e484 +3db3a4742bc675a5c3778c1ac6965a401012fc29f8d006f9182a2e2d5542744d
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.