From: Eric Biggers <ebiggers@google.com>
To: linux-crypto@vger.kernel.org
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
"David S . Miller" <davem@davemloft.net>,
Eric Biggers <ebiggers@google.com>
Subject: [PATCH 0/4] crypto: gf128mul cleanups
Date: Tue, 14 Feb 2017 13:43:26 -0800 [thread overview]
Message-ID: <20170214214330.99845-1-ebiggers@google.com> (raw)
This patchset makes a few cleanups to the generic GF(2^128) multiplication code
to make it slightly easier to understand and modify. No functional changes are
intended.
Eric Biggers (4):
crypto: gf128mul - fix some comments
crypto: gf128mul - remove xx() macro
crypto: gf128mul - rename the byte overflow tables
crypto: gf128mul - constify 4k and 64k multiplication tables
crypto/gf128mul.c | 86 +++++++++++++++++++++++++++--------------------
include/crypto/gf128mul.h | 32 +++++++++---------
2 files changed, 67 insertions(+), 51 deletions(-)
--
2.11.0.483.g087da7b7c-goog
next reply other threads:[~2017-02-14 21:45 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-14 21:43 Eric Biggers [this message]
2017-02-14 21:43 ` [PATCH 1/4] crypto: gf128mul - fix some comments Eric Biggers
2017-02-14 21:43 ` [PATCH 2/4] crypto: gf128mul - remove xx() macro Eric Biggers
2017-02-14 21:43 ` [PATCH 3/4] crypto: gf128mul - rename the byte overflow tables Eric Biggers
2017-02-14 21:43 ` [PATCH 4/4] crypto: gf128mul - constify 4k and 64k multiplication tables Eric Biggers
2017-03-09 10:46 ` [PATCH 0/4] crypto: gf128mul cleanups Herbert Xu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20170214214330.99845-1-ebiggers@google.com \
--to=ebiggers@google.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox