3d4e5120a2
This release includes an implementation of elliptic curve cryptography (ECC) and optimizations for the ARM architecture. This work was done at the offices of South Pole AB, and generously funded by the .SE Internet Fund. Bug fixes: * Fixed a bug in the buffer handling for incremental SHA3 hashing, with a possible buffer overflow. Patch by Edgar E. Iglesias. New features: * Support for ECDSA signatures. Elliptic curve operations over the following curves: secp192r1, secp224r1, secp256r1, secp384r1 and secp521r1, including x86_64 and ARM assembly for the most important primitives. * Support for UMAC, including x86_64 and ARM assembly. * Support for 12-round salsa20, "salsa20r12", as specified by eSTREAM. Contributed by Nikos Mavrogiannopoulos. Optimizations: * ARM assembly code for several additional algorithms, including AES, Salsa20, and the SHA family of hash functions. * x86_64 assembly for SHA256, SHA512, and SHA3. (SHA3 assembly was included in the 2.6 release, but disabled due to poor performance on some AMD processors. Hopefully, that performance problem is fixed now). The ARM code was tested and benchmarked on Cortex-A9. Some of the functions use "neon" instructions. The configure script decides if neon instructions can be used, and the command line options --enable-arm-neon and --disable-arm-neon can be used to override its choice. Feedback appreciated. The libraries are intended to be binary compatible with nettle-2.2 and later. The shared library names are libnettle.so.4.6 and libhogweed.so.2.4, with sonames still libnettle.so.4 and libhogweed.so.2.
59 lines
1.4 KiB
Text
59 lines
1.4 KiB
Text
@comment $NetBSD: PLIST,v 1.5 2013/04/29 16:42:24 adam Exp $
|
|
bin/nettle-hash
|
|
bin/nettle-lfib-stream
|
|
bin/pkcs1-conv
|
|
bin/sexp-conv
|
|
include/nettle/aes.h
|
|
include/nettle/arcfour.h
|
|
include/nettle/arctwo.h
|
|
include/nettle/asn1.h
|
|
include/nettle/base16.h
|
|
include/nettle/base64.h
|
|
include/nettle/bignum.h
|
|
include/nettle/blowfish.h
|
|
include/nettle/buffer.h
|
|
include/nettle/camellia.h
|
|
include/nettle/cast128.h
|
|
include/nettle/cbc.h
|
|
include/nettle/ctr.h
|
|
include/nettle/des-compat.h
|
|
include/nettle/des.h
|
|
include/nettle/dsa.h
|
|
include/nettle/ecc-curve.h
|
|
include/nettle/ecc.h
|
|
include/nettle/ecdsa.h
|
|
include/nettle/gcm.h
|
|
include/nettle/gosthash94.h
|
|
include/nettle/hmac.h
|
|
include/nettle/knuth-lfib.h
|
|
include/nettle/macros.h
|
|
include/nettle/md2.h
|
|
include/nettle/md4.h
|
|
include/nettle/md5-compat.h
|
|
include/nettle/md5.h
|
|
include/nettle/memxor.h
|
|
include/nettle/nettle-meta.h
|
|
include/nettle/nettle-stdint.h
|
|
include/nettle/nettle-types.h
|
|
include/nettle/pbkdf2.h
|
|
include/nettle/pgp.h
|
|
include/nettle/pkcs1.h
|
|
include/nettle/realloc.h
|
|
include/nettle/ripemd160.h
|
|
include/nettle/rsa-compat.h
|
|
include/nettle/rsa.h
|
|
include/nettle/salsa20.h
|
|
include/nettle/serpent.h
|
|
include/nettle/sexp.h
|
|
include/nettle/sha.h
|
|
include/nettle/sha1.h
|
|
include/nettle/sha2.h
|
|
include/nettle/sha3.h
|
|
include/nettle/twofish.h
|
|
include/nettle/umac.h
|
|
include/nettle/yarrow.h
|
|
info/nettle.info
|
|
lib/libhogweed.la
|
|
lib/libnettle.la
|
|
lib/pkgconfig/hogweed.pc
|
|
lib/pkgconfig/nettle.pc
|