From f181284524770295e92857f444a166b215b299fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niels=20M=C3=B6ller?= <nisse@lysator.liu.se> Date: Fri, 5 Apr 2013 11:01:38 +0200 Subject: [PATCH] Changed name "Internetfonden" to "the .SE Internet Fund". --- cnd-copy.c | 2 +- ecc-192.c | 2 +- ecc-224.c | 2 +- ecc-256.c | 2 +- ecc-384.c | 2 +- ecc-521.c | 2 +- ecc-a-to-j.c | 2 +- ecc-add-jja.c | 2 +- ecc-add-jjj.c | 2 +- ecc-curve.h | 2 +- ecc-dup-jj.c | 2 +- ecc-ecdsa-sign.c | 2 +- ecc-ecdsa-verify.c | 2 +- ecc-generic-modp.c | 2 +- ecc-generic-modq.c | 2 +- ecc-generic-redc.c | 2 +- ecc-hash.c | 2 +- ecc-internal.h | 2 +- ecc-j-to-a.c | 2 +- ecc-mod.c | 2 +- ecc-modp.c | 2 +- ecc-modq.c | 2 +- ecc-mul-a.c | 2 +- ecc-mul-g.c | 2 +- ecc-point-mul-g.c | 2 +- ecc-point-mul.c | 2 +- ecc-point.c | 2 +- ecc-random.c | 2 +- ecc-scalar.c | 2 +- ecc-size.c | 2 +- ecc.h | 2 +- eccdata.c | 2 +- ecdsa-keygen.c | 2 +- ecdsa-sign.c | 2 +- ecdsa-verify.c | 2 +- ecdsa.h | 2 +- examples/ecc-benchmark.c | 2 +- misc/plan.html | 3 +++ nettle.texinfo | 4 ++-- sec-add-1.c | 2 +- sec-modinv.c | 2 +- sec-sub-1.c | 2 +- sec-tabselect.c | 2 +- 43 files changed, 46 insertions(+), 43 deletions(-) diff --git a/cnd-copy.c b/cnd-copy.c index 002e44ea..8515bfe0 100644 --- a/cnd-copy.c +++ b/cnd-copy.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-192.c b/ecc-192.c index 23015e4a..5026b1eb 100644 --- a/ecc-192.c +++ b/ecc-192.c @@ -22,7 +22,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-224.c b/ecc-224.c index cd3d05d6..825e7e73 100644 --- a/ecc-224.c +++ b/ecc-224.c @@ -22,7 +22,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-256.c b/ecc-256.c index 8d787c59..571cf73f 100644 --- a/ecc-256.c +++ b/ecc-256.c @@ -22,7 +22,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-384.c b/ecc-384.c index ffa19fec..8b9a3284 100644 --- a/ecc-384.c +++ b/ecc-384.c @@ -22,7 +22,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-521.c b/ecc-521.c index b925878f..768e3667 100644 --- a/ecc-521.c +++ b/ecc-521.c @@ -22,7 +22,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-a-to-j.c b/ecc-a-to-j.c index 5fbc0a88..06bab7e9 100644 --- a/ecc-a-to-j.c +++ b/ecc-a-to-j.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-add-jja.c b/ecc-add-jja.c index f358e8ba..24ef4ec4 100644 --- a/ecc-add-jja.c +++ b/ecc-add-jja.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-add-jjj.c b/ecc-add-jjj.c index e0506375..22542e8a 100644 --- a/ecc-add-jjj.c +++ b/ecc-add-jjj.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-curve.h b/ecc-curve.h index e6f8aa67..1dc026b5 100644 --- a/ecc-curve.h +++ b/ecc-curve.h @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #ifndef NETTLE_ECC_CURVE_H_INCLUDED #define NETTLE_ECC_CURVE_H_INCLUDED diff --git a/ecc-dup-jj.c b/ecc-dup-jj.c index 3c850d70..85d7c338 100644 --- a/ecc-dup-jj.c +++ b/ecc-dup-jj.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-ecdsa-sign.c b/ecc-ecdsa-sign.c index e85c325c..cdf37746 100644 --- a/ecc-ecdsa-sign.c +++ b/ecc-ecdsa-sign.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-ecdsa-verify.c b/ecc-ecdsa-verify.c index 57bbb9b3..f24eff37 100644 --- a/ecc-ecdsa-verify.c +++ b/ecc-ecdsa-verify.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-generic-modp.c b/ecc-generic-modp.c index dd557553..8cd9cfad 100644 --- a/ecc-generic-modp.c +++ b/ecc-generic-modp.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-generic-modq.c b/ecc-generic-modq.c index 3fd3879f..82978ce7 100644 --- a/ecc-generic-modq.c +++ b/ecc-generic-modq.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-generic-redc.c b/ecc-generic-redc.c index 1b120b5e..a6787b79 100644 --- a/ecc-generic-redc.c +++ b/ecc-generic-redc.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-hash.c b/ecc-hash.c index 8040974f..f63544fb 100644 --- a/ecc-hash.c +++ b/ecc-hash.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-internal.h b/ecc-internal.h index 0c3c18b3..e8974fe4 100644 --- a/ecc-internal.h +++ b/ecc-internal.h @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #ifndef NETTLE_ECC_INTERNAL_H_INCLUDED #define NETTLE_ECC_INTERNAL_H_INCLUDED diff --git a/ecc-j-to-a.c b/ecc-j-to-a.c index ae56bbaf..df8b8764 100644 --- a/ecc-j-to-a.c +++ b/ecc-j-to-a.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-mod.c b/ecc-mod.c index 1d2f4232..ef807ff9 100644 --- a/ecc-mod.c +++ b/ecc-mod.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-modp.c b/ecc-modp.c index ce7de7c8..91b44e3d 100644 --- a/ecc-modp.c +++ b/ecc-modp.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-modq.c b/ecc-modq.c index 80a719a5..af5e31f8 100644 --- a/ecc-modq.c +++ b/ecc-modq.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-mul-a.c b/ecc-mul-a.c index 0b347162..b23bdc5d 100644 --- a/ecc-mul-a.c +++ b/ecc-mul-a.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-mul-g.c b/ecc-mul-g.c index e202e26b..d95e518d 100644 --- a/ecc-mul-g.c +++ b/ecc-mul-g.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-point-mul-g.c b/ecc-point-mul-g.c index e6f51f18..78824d28 100644 --- a/ecc-point-mul-g.c +++ b/ecc-point-mul-g.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-point-mul.c b/ecc-point-mul.c index 2ecea1f9..dd292cb0 100644 --- a/ecc-point-mul.c +++ b/ecc-point-mul.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-point.c b/ecc-point.c index 82645a79..3f356b95 100644 --- a/ecc-point.c +++ b/ecc-point.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-random.c b/ecc-random.c index 0866a7d4..dda29102 100644 --- a/ecc-random.c +++ b/ecc-random.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-scalar.c b/ecc-scalar.c index 2b3c4176..27d65719 100644 --- a/ecc-scalar.c +++ b/ecc-scalar.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc-size.c b/ecc-size.c index c829d460..c54bfbb8 100644 --- a/ecc-size.c +++ b/ecc-size.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecc.h b/ecc.h index b78e86d8..609d2468 100644 --- a/ecc.h +++ b/ecc.h @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #ifndef NETTLE_ECC_H_INCLUDED #define NETTLE_ECC_H_INCLUDED diff --git a/eccdata.c b/eccdata.c index ea922b5d..9cc24f1a 100644 --- a/eccdata.c +++ b/eccdata.c @@ -22,7 +22,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #include <assert.h> #include <stdio.h> diff --git a/ecdsa-keygen.c b/ecdsa-keygen.c index 7f8a37f1..e83d282b 100644 --- a/ecdsa-keygen.c +++ b/ecdsa-keygen.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecdsa-sign.c b/ecdsa-sign.c index fadd3424..2ee019c8 100644 --- a/ecdsa-sign.c +++ b/ecdsa-sign.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecdsa-verify.c b/ecdsa-verify.c index 7696d59d..d889d780 100644 --- a/ecdsa-verify.c +++ b/ecdsa-verify.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/ecdsa.h b/ecdsa.h index 961102e5..17267a92 100644 --- a/ecdsa.h +++ b/ecdsa.h @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #ifndef NETTLE_ECDSA_H_INCLUDED #define NETTLE_ECDSA_H_INCLUDED diff --git a/examples/ecc-benchmark.c b/examples/ecc-benchmark.c index e14e55ef..1faf6dc5 100644 --- a/examples/ecc-benchmark.c +++ b/examples/ecc-benchmark.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/misc/plan.html b/misc/plan.html index 4e01a053..561226b2 100644 --- a/misc/plan.html +++ b/misc/plan.html @@ -37,6 +37,9 @@ Make use of GMP's mpn_cnd_add_n and mpn_sub_n (which will be available in the next GMP release). </p> + <p class='should'> + Implement <tt>ecc_point_mul</tt> and <tt>ecc_point_mul_g</tt>. + </p> <p class='should'> Rewrite x86_64/sha3-permute.asm. Moves between xmm registers and regular registers kill performance at least on some AMD diff --git a/nettle.texinfo b/nettle.texinfo index 75469c23..a5429a5f 100644 --- a/nettle.texinfo +++ b/nettle.texinfo @@ -250,7 +250,7 @@ for bignum operations. @item ECDSA Written by @value{AUTHOR}, released under the LGPL. Uses the GMP library for bignum operations. Development of Nettle's ECC support was funded by -Internetfonden. +the .SE Internet Fund. @end table @node Conventions, Example, Copyright, Top @@ -3749,7 +3749,7 @@ End: @c LocalWords: XORs cryptologists libnettle libhogweed GCM ECDSA NTT @c LocalWords: toolkits BLOWFISH Möller RIPEMD libgcrypt PBKDF Shishi @c LocalWords: GnuTLS Gutmann's GOSTHASH GOST Aleksey Kravchenko ECC -@c LocalWords: rhash Mavrogiannopoulos Internetfonden Keccak Bertoni +@c LocalWords: rhash Mavrogiannopoulos Keccak Bertoni @c LocalWords: Michaël Peeters Assche Dobbertin Antoon Bosselaers KDF @c LocalWords: Preneel rôle McGrew Viega KDFs PBKDFs passphrase PRF @c LocalWords: th deallocate pre bitsize multi lookup secp startup diff --git a/sec-add-1.c b/sec-add-1.c index 7e7b4433..1e3720e8 100644 --- a/sec-add-1.c +++ b/sec-add-1.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/sec-modinv.c b/sec-modinv.c index f674a8fb..0991a98c 100644 --- a/sec-modinv.c +++ b/sec-modinv.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/sec-sub-1.c b/sec-sub-1.c index 1aa04d04..f2fec316 100644 --- a/sec-sub-1.c +++ b/sec-sub-1.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" diff --git a/sec-tabselect.c b/sec-tabselect.c index f9e3c8c5..026680e3 100644 --- a/sec-tabselect.c +++ b/sec-tabselect.c @@ -20,7 +20,7 @@ * MA 02111-1301, USA. */ -/* Development of Nettle's ECC support was funded by Internetfonden. */ +/* Development of Nettle's ECC support was funded by the .SE Internet Fund. */ #if HAVE_CONFIG_H # include "config.h" -- GitLab