[git] GCRYPT - branch, master, updated. libgcrypt-1.5.0-153-g3544fa8
by Jussi Kivilinna
cvs at cvs.gnupg.org
Tue Jun 25 18:16:32 CEST 2013
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU crypto library".
The branch, master has been updated
via 3544fa8aa63bef9a35abf236e9376191b5ec206b (commit)
via ec2f8de409a93c80efa658134df22074a9bca5a4 (commit)
via d94ec5f5f8a5d40a7d344025aa466f276f9718df (commit)
via e7ab4e1a7396f4609b9033207015b239ab4a5140 (commit)
via 3289bca708bdd02c69a331095ac6ca9a1efd74cc (commit)
via d325ab5d86e6107a46007a4d0131122bbd719f8c (commit)
via 7317fcfadf00789df140e51c0d16b60f6b144b59 (commit)
via 9a61edd1f00cefe8ffa3ad54a53eed163883053c (commit)
from 99b18aa536703ef90c9a1f5c8f40bc68b2064593 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
-----------------------------------------------------------------------
Summary of changes:
cipher/Makefile.am | 11 +-
cipher/blowfish-amd64.S | 533 ++++++++++++++
cipher/blowfish.c | 272 +++++++
cipher/camellia-aesni-avx-amd64.S | 3 +-
cipher/camellia-aesni-avx2-amd64.S | 1247 +++++++++++++++++++++++++++++++
cipher/camellia-glue.c | 145 ++++-
cipher/cast5-amd64.S | 2 +-
cipher/cast5.c | 2 +-
cipher/cipher.c | 15 +
cipher/rijndael-amd64.S | 1416 ++++++++++++++++++++++++++++++++++++
cipher/rijndael.c | 32 +
cipher/serpent-avx2-amd64.S | 886 ++++++++++++++++++++++
cipher/serpent-sse2-amd64.S | 2 +-
cipher/serpent.c | 142 ++++-
cipher/twofish-amd64.S | 731 +++++++++++++++++++
cipher/twofish.c | 278 +++++++
configure.ac | 98 +++
src/cipher.h | 24 +
src/g10lib.h | 1 +
src/global.c | 1 +
src/hwf-x86.c | 24 +-
src/misc.c | 26 +
22 files changed, 5871 insertions(+), 20 deletions(-)
create mode 100644 cipher/blowfish-amd64.S
create mode 100644 cipher/camellia-aesni-avx2-amd64.S
create mode 100644 cipher/rijndael-amd64.S
create mode 100644 cipher/serpent-avx2-amd64.S
create mode 100644 cipher/twofish-amd64.S
hooks/post-receive
--
The GNU crypto library
http://git.gnupg.org
More information about the Gnupg-commits
mailing list