aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-02-10 09:40:43 +0100
committerMattias Andrée <maandree@kth.se>2017-02-10 09:40:43 +0100
commit22001e417af73045cf86c033e2786a2d5e2b8889 (patch)
treec13b3277a29913ab0e7e460a662606154315526d
parentFix typo in typo correction (diff)
downloadlibkeccak-22001e417af73045cf86c033e2786a2d5e2b8889.tar.gz
libkeccak-22001e417af73045cf86c033e2786a2d5e2b8889.tar.bz2
libkeccak-22001e417af73045cf86c033e2786a2d5e2b8889.tar.xz
bump year and change e-mail
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--COPYING2
-rw-r--r--doc/info/libkeccak.texinfo2
-rw-r--r--doc/man/libkeccak.72
-rw-r--r--doc/man/libkeccak_behex_lower.32
-rw-r--r--doc/man/libkeccak_behex_upper.32
-rw-r--r--doc/man/libkeccak_degeneralise_spec.32
-rw-r--r--doc/man/libkeccak_digest.32
-rw-r--r--doc/man/libkeccak_fast_digest.32
-rw-r--r--doc/man/libkeccak_fast_squeeze.32
-rw-r--r--doc/man/libkeccak_fast_update.32
-rw-r--r--doc/man/libkeccak_generalised_spec_initialise.32
-rw-r--r--doc/man/libkeccak_generalised_sum_fd.32
-rw-r--r--doc/man/libkeccak_hmac_copy.32
-rw-r--r--doc/man/libkeccak_hmac_create.32
-rw-r--r--doc/man/libkeccak_hmac_destroy.32
-rw-r--r--doc/man/libkeccak_hmac_duplicate.32
-rw-r--r--doc/man/libkeccak_hmac_fast_destroy.32
-rw-r--r--doc/man/libkeccak_hmac_fast_free.32
-rw-r--r--doc/man/libkeccak_hmac_free.32
-rw-r--r--doc/man/libkeccak_hmac_initialise.32
-rw-r--r--doc/man/libkeccak_hmac_marshal.32
-rw-r--r--doc/man/libkeccak_hmac_marshal_size.32
-rw-r--r--doc/man/libkeccak_hmac_unmarshal.32
-rw-r--r--doc/man/libkeccak_hmac_unmarshal_skip.32
-rw-r--r--doc/man/libkeccak_keccaksum_fd.32
-rw-r--r--doc/man/libkeccak_rawshakesum_fd.32
-rw-r--r--doc/man/libkeccak_sha3sum_fd.32
-rw-r--r--doc/man/libkeccak_shakesum_fd.32
-rw-r--r--doc/man/libkeccak_simple_squeeze.32
-rw-r--r--doc/man/libkeccak_spec_check.32
-rw-r--r--doc/man/libkeccak_spec_rawshake.32
-rw-r--r--doc/man/libkeccak_spec_sha3.32
-rw-r--r--doc/man/libkeccak_spec_shake.32
-rw-r--r--doc/man/libkeccak_squeeze.32
-rw-r--r--doc/man/libkeccak_state_copy.32
-rw-r--r--doc/man/libkeccak_state_create.32
-rw-r--r--doc/man/libkeccak_state_destroy.32
-rw-r--r--doc/man/libkeccak_state_duplicate.32
-rw-r--r--doc/man/libkeccak_state_fast_destroy.32
-rw-r--r--doc/man/libkeccak_state_fast_free.32
-rw-r--r--doc/man/libkeccak_state_free.32
-rw-r--r--doc/man/libkeccak_state_initialise.32
-rw-r--r--doc/man/libkeccak_state_marshal.32
-rw-r--r--doc/man/libkeccak_state_marshal_size.32
-rw-r--r--doc/man/libkeccak_state_reset.32
-rw-r--r--doc/man/libkeccak_state_unmarshal.32
-rw-r--r--doc/man/libkeccak_state_unmarshal_skip.32
-rw-r--r--doc/man/libkeccak_state_wipe.32
-rw-r--r--doc/man/libkeccak_state_wipe_message.32
-rw-r--r--doc/man/libkeccak_state_wipe_sponge.32
-rw-r--r--doc/man/libkeccak_unhex.32
-rw-r--r--doc/man/libkeccak_update.32
-rwxr-xr-xsrc/benchmark-flags2
-rw-r--r--src/benchmark.c2
-rw-r--r--src/libkeccak.h2
-rw-r--r--src/libkeccak/digest.c2
-rw-r--r--src/libkeccak/digest.h2
-rw-r--r--src/libkeccak/files.c2
-rw-r--r--src/libkeccak/files.h2
-rw-r--r--src/libkeccak/generalised-spec.c2
-rw-r--r--src/libkeccak/generalised-spec.h2
-rw-r--r--src/libkeccak/hex.c2
-rw-r--r--src/libkeccak/hex.h2
-rw-r--r--src/libkeccak/internal.h2
-rw-r--r--src/libkeccak/mac/hmac.c2
-rw-r--r--src/libkeccak/mac/hmac.h2
-rw-r--r--src/libkeccak/spec.h2
-rw-r--r--src/libkeccak/state.c2
-rw-r--r--src/libkeccak/state.h2
69 files changed, 69 insertions, 69 deletions
diff --git a/COPYING b/COPYING
index 4b35d27..cf8c14a 100644
--- a/COPYING
+++ b/COPYING
@@ -1,6 +1,6 @@
libkeccak – Keccak-family hashing library
-Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
This library is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
diff --git a/doc/info/libkeccak.texinfo b/doc/info/libkeccak.texinfo
index 4951322..ccb9308 100644
--- a/doc/info/libkeccak.texinfo
+++ b/doc/info/libkeccak.texinfo
@@ -4,7 +4,7 @@
@include macros.texinfo
@copying
@c --------------------------------------------------------------------------------
-Copyright @copyright{} 2015 @w{Mattias Andrée @e{maandree@@member.fsf.org}}
+Copyright @copyright{} 2015 @w{Mattias Andrée @e{maandree@@kth.se}}
@quotation
Permission is granted to copy, distribute and/or modify this document
diff --git a/doc/man/libkeccak.7 b/doc/man/libkeccak.7
index f18558d..5bfc390 100644
--- a/doc/man/libkeccak.7
+++ b/doc/man/libkeccak.7
@@ -70,4 +70,4 @@ Principal author, Mattias Andrée. See the COPYING file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_behex_lower.3 b/doc/man/libkeccak_behex_lower.3
index 8db34b2..f271269 100644
--- a/doc/man/libkeccak_behex_lower.3
+++ b/doc/man/libkeccak_behex_lower.3
@@ -41,4 +41,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_behex_upper.3 b/doc/man/libkeccak_behex_upper.3
index df9d0cc..aad1cc9 100644
--- a/doc/man/libkeccak_behex_upper.3
+++ b/doc/man/libkeccak_behex_upper.3
@@ -41,4 +41,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_degeneralise_spec.3 b/doc/man/libkeccak_degeneralise_spec.3
index de98fec..3b527d1 100644
--- a/doc/man/libkeccak_degeneralise_spec.3
+++ b/doc/man/libkeccak_degeneralise_spec.3
@@ -116,4 +116,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_digest.3 b/doc/man/libkeccak_digest.3
index 24e5fe7..ac24e25 100644
--- a/doc/man/libkeccak_digest.3
+++ b/doc/man/libkeccak_digest.3
@@ -114,4 +114,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_fast_digest.3 b/doc/man/libkeccak_fast_digest.3
index 7b647f5..1feb9ef 100644
--- a/doc/man/libkeccak_fast_digest.3
+++ b/doc/man/libkeccak_fast_digest.3
@@ -115,4 +115,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_fast_squeeze.3 b/doc/man/libkeccak_fast_squeeze.3
index 7d4827b..d631492 100644
--- a/doc/man/libkeccak_fast_squeeze.3
+++ b/doc/man/libkeccak_fast_squeeze.3
@@ -34,4 +34,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_fast_update.3 b/doc/man/libkeccak_fast_update.3
index 7f9ee07..4847fbb 100644
--- a/doc/man/libkeccak_fast_update.3
+++ b/doc/man/libkeccak_fast_update.3
@@ -86,4 +86,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_generalised_spec_initialise.3 b/doc/man/libkeccak_generalised_spec_initialise.3
index a35d18c..d975d92 100644
--- a/doc/man/libkeccak_generalised_spec_initialise.3
+++ b/doc/man/libkeccak_generalised_spec_initialise.3
@@ -40,4 +40,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_generalised_sum_fd.3 b/doc/man/libkeccak_generalised_sum_fd.3
index 2f33a6d..68b25f2 100644
--- a/doc/man/libkeccak_generalised_sum_fd.3
+++ b/doc/man/libkeccak_generalised_sum_fd.3
@@ -107,4 +107,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_copy.3 b/doc/man/libkeccak_hmac_copy.3
index 03cad07..742f528 100644
--- a/doc/man/libkeccak_hmac_copy.3
+++ b/doc/man/libkeccak_hmac_copy.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_create.3 b/doc/man/libkeccak_hmac_create.3
index 6bdf846..66f25d9 100644
--- a/doc/man/libkeccak_hmac_create.3
+++ b/doc/man/libkeccak_hmac_create.3
@@ -42,4 +42,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_destroy.3 b/doc/man/libkeccak_hmac_destroy.3
index 292b122..8960a3e 100644
--- a/doc/man/libkeccak_hmac_destroy.3
+++ b/doc/man/libkeccak_hmac_destroy.3
@@ -38,4 +38,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_duplicate.3 b/doc/man/libkeccak_hmac_duplicate.3
index 18772aa..44fce71 100644
--- a/doc/man/libkeccak_hmac_duplicate.3
+++ b/doc/man/libkeccak_hmac_duplicate.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_fast_destroy.3 b/doc/man/libkeccak_hmac_fast_destroy.3
index e5fe7da..2725c86 100644
--- a/doc/man/libkeccak_hmac_fast_destroy.3
+++ b/doc/man/libkeccak_hmac_fast_destroy.3
@@ -38,4 +38,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_fast_free.3 b/doc/man/libkeccak_hmac_fast_free.3
index 3c0498f..631d790 100644
--- a/doc/man/libkeccak_hmac_fast_free.3
+++ b/doc/man/libkeccak_hmac_fast_free.3
@@ -47,4 +47,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_free.3 b/doc/man/libkeccak_hmac_free.3
index 6395f22..72a4b28 100644
--- a/doc/man/libkeccak_hmac_free.3
+++ b/doc/man/libkeccak_hmac_free.3
@@ -47,4 +47,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_initialise.3 b/doc/man/libkeccak_hmac_initialise.3
index e141230..4029ba0 100644
--- a/doc/man/libkeccak_hmac_initialise.3
+++ b/doc/man/libkeccak_hmac_initialise.3
@@ -48,4 +48,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_marshal.3 b/doc/man/libkeccak_hmac_marshal.3
index 0a070ae..b5dbb27 100644
--- a/doc/man/libkeccak_hmac_marshal.3
+++ b/doc/man/libkeccak_hmac_marshal.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_marshal_size.3 b/doc/man/libkeccak_hmac_marshal_size.3
index 5332fa0..527a79d 100644
--- a/doc/man/libkeccak_hmac_marshal_size.3
+++ b/doc/man/libkeccak_hmac_marshal_size.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_unmarshal.3 b/doc/man/libkeccak_hmac_unmarshal.3
index 816f9dc..5848b5f 100644
--- a/doc/man/libkeccak_hmac_unmarshal.3
+++ b/doc/man/libkeccak_hmac_unmarshal.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_hmac_unmarshal_skip.3 b/doc/man/libkeccak_hmac_unmarshal_skip.3
index 22c5524..552797f 100644
--- a/doc/man/libkeccak_hmac_unmarshal_skip.3
+++ b/doc/man/libkeccak_hmac_unmarshal_skip.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_keccaksum_fd.3 b/doc/man/libkeccak_keccaksum_fd.3
index b21e25f..64b3379 100644
--- a/doc/man/libkeccak_keccaksum_fd.3
+++ b/doc/man/libkeccak_keccaksum_fd.3
@@ -102,4 +102,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_rawshakesum_fd.3 b/doc/man/libkeccak_rawshakesum_fd.3
index fb9101f..18c841e 100644
--- a/doc/man/libkeccak_rawshakesum_fd.3
+++ b/doc/man/libkeccak_rawshakesum_fd.3
@@ -96,4 +96,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_sha3sum_fd.3 b/doc/man/libkeccak_sha3sum_fd.3
index cf8fe2c..1dab281 100644
--- a/doc/man/libkeccak_sha3sum_fd.3
+++ b/doc/man/libkeccak_sha3sum_fd.3
@@ -94,4 +94,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_shakesum_fd.3 b/doc/man/libkeccak_shakesum_fd.3
index b57ecd4..21c3ced 100644
--- a/doc/man/libkeccak_shakesum_fd.3
+++ b/doc/man/libkeccak_shakesum_fd.3
@@ -96,4 +96,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_simple_squeeze.3 b/doc/man/libkeccak_simple_squeeze.3
index d151ce5..8c7ec62 100644
--- a/doc/man/libkeccak_simple_squeeze.3
+++ b/doc/man/libkeccak_simple_squeeze.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_spec_check.3 b/doc/man/libkeccak_spec_check.3
index d27a0af..cfdb580 100644
--- a/doc/man/libkeccak_spec_check.3
+++ b/doc/man/libkeccak_spec_check.3
@@ -92,4 +92,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_spec_rawshake.3 b/doc/man/libkeccak_spec_rawshake.3
index d085b81..e9429f1 100644
--- a/doc/man/libkeccak_spec_rawshake.3
+++ b/doc/man/libkeccak_spec_rawshake.3
@@ -45,4 +45,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_spec_sha3.3 b/doc/man/libkeccak_spec_sha3.3
index 87151f3..95d4437 100644
--- a/doc/man/libkeccak_spec_sha3.3
+++ b/doc/man/libkeccak_spec_sha3.3
@@ -44,4 +44,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_spec_shake.3 b/doc/man/libkeccak_spec_shake.3
index 13695ea..c07704f 100644
--- a/doc/man/libkeccak_spec_shake.3
+++ b/doc/man/libkeccak_spec_shake.3
@@ -45,4 +45,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_squeeze.3 b/doc/man/libkeccak_squeeze.3
index ac66c03..cc5fcf7 100644
--- a/doc/man/libkeccak_squeeze.3
+++ b/doc/man/libkeccak_squeeze.3
@@ -42,4 +42,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_copy.3 b/doc/man/libkeccak_state_copy.3
index 544ccb5..c127062 100644
--- a/doc/man/libkeccak_state_copy.3
+++ b/doc/man/libkeccak_state_copy.3
@@ -36,4 +36,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_create.3 b/doc/man/libkeccak_state_create.3
index a76422c..f94ebe8 100644
--- a/doc/man/libkeccak_state_create.3
+++ b/doc/man/libkeccak_state_create.3
@@ -38,4 +38,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_destroy.3 b/doc/man/libkeccak_state_destroy.3
index 0ca2450..781d835 100644
--- a/doc/man/libkeccak_state_destroy.3
+++ b/doc/man/libkeccak_state_destroy.3
@@ -38,4 +38,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_duplicate.3 b/doc/man/libkeccak_state_duplicate.3
index 4d659ac..c579adc 100644
--- a/doc/man/libkeccak_state_duplicate.3
+++ b/doc/man/libkeccak_state_duplicate.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_fast_destroy.3 b/doc/man/libkeccak_state_fast_destroy.3
index c3c98d0..07e06ed 100644
--- a/doc/man/libkeccak_state_fast_destroy.3
+++ b/doc/man/libkeccak_state_fast_destroy.3
@@ -38,4 +38,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_fast_free.3 b/doc/man/libkeccak_state_fast_free.3
index b532d83..981a898 100644
--- a/doc/man/libkeccak_state_fast_free.3
+++ b/doc/man/libkeccak_state_fast_free.3
@@ -47,4 +47,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_free.3 b/doc/man/libkeccak_state_free.3
index 4263149..f96c547 100644
--- a/doc/man/libkeccak_state_free.3
+++ b/doc/man/libkeccak_state_free.3
@@ -47,4 +47,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_initialise.3 b/doc/man/libkeccak_state_initialise.3
index d52bc40..bb0f90a 100644
--- a/doc/man/libkeccak_state_initialise.3
+++ b/doc/man/libkeccak_state_initialise.3
@@ -54,4 +54,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_marshal.3 b/doc/man/libkeccak_state_marshal.3
index 52c8502..d0f1780 100644
--- a/doc/man/libkeccak_state_marshal.3
+++ b/doc/man/libkeccak_state_marshal.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_marshal_size.3 b/doc/man/libkeccak_state_marshal_size.3
index 698053c..a3123b8 100644
--- a/doc/man/libkeccak_state_marshal_size.3
+++ b/doc/man/libkeccak_state_marshal_size.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_reset.3 b/doc/man/libkeccak_state_reset.3
index 8aac777..d2c3061 100644
--- a/doc/man/libkeccak_state_reset.3
+++ b/doc/man/libkeccak_state_reset.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_unmarshal.3 b/doc/man/libkeccak_state_unmarshal.3
index fa96951..8373f0c 100644
--- a/doc/man/libkeccak_state_unmarshal.3
+++ b/doc/man/libkeccak_state_unmarshal.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_unmarshal_skip.3 b/doc/man/libkeccak_state_unmarshal_skip.3
index f5630cb..d939285 100644
--- a/doc/man/libkeccak_state_unmarshal_skip.3
+++ b/doc/man/libkeccak_state_unmarshal_skip.3
@@ -37,4 +37,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_wipe.3 b/doc/man/libkeccak_state_wipe.3
index aca7fdb..8d7309f 100644
--- a/doc/man/libkeccak_state_wipe.3
+++ b/doc/man/libkeccak_state_wipe.3
@@ -35,4 +35,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_wipe_message.3 b/doc/man/libkeccak_state_wipe_message.3
index 98429f0..7be344f 100644
--- a/doc/man/libkeccak_state_wipe_message.3
+++ b/doc/man/libkeccak_state_wipe_message.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_state_wipe_sponge.3 b/doc/man/libkeccak_state_wipe_sponge.3
index d8b8d09..618187d 100644
--- a/doc/man/libkeccak_state_wipe_sponge.3
+++ b/doc/man/libkeccak_state_wipe_sponge.3
@@ -33,4 +33,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_unhex.3 b/doc/man/libkeccak_unhex.3
index f1df9e9..33e091a 100644
--- a/doc/man/libkeccak_unhex.3
+++ b/doc/man/libkeccak_unhex.3
@@ -45,4 +45,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/doc/man/libkeccak_update.3 b/doc/man/libkeccak_update.3
index 52950c2..2c68c73 100644
--- a/doc/man/libkeccak_update.3
+++ b/doc/man/libkeccak_update.3
@@ -85,4 +85,4 @@ Principal author, Mattias Andrée. See the LICENSE file for the full
list of authors.
.SH BUGS
Please report bugs to https://github.com/maandree/libkeccak/issues or to
-maandree@member.fsf.org
+maandree@kth.se
diff --git a/src/benchmark-flags b/src/benchmark-flags
index 6141137..0143f40 100755
--- a/src/benchmark-flags
+++ b/src/benchmark-flags
@@ -1,7 +1,7 @@
#!/bin/sh
# libkeccak – Keccak-family hashing library
#
-# Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+# Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
#
# This library is free software: you can redistribute it and/or modify
# it under the terms of the GNU Affero General Public License as published by
diff --git a/src/benchmark.c b/src/benchmark.c
index 3de00ef..115fcc5 100644
--- a/src/benchmark.c
+++ b/src/benchmark.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak.h b/src/libkeccak.h
index cedbc94..c53bcd1 100644
--- a/src/libkeccak.h
+++ b/src/libkeccak.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/digest.c b/src/libkeccak/digest.c
index 7acc867..6168f33 100644
--- a/src/libkeccak/digest.c
+++ b/src/libkeccak/digest.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/digest.h b/src/libkeccak/digest.h
index a6a2351..2dadd70 100644
--- a/src/libkeccak/digest.h
+++ b/src/libkeccak/digest.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/files.c b/src/libkeccak/files.c
index c9d06b8..07c2383 100644
--- a/src/libkeccak/files.c
+++ b/src/libkeccak/files.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/files.h b/src/libkeccak/files.h
index ebe0a81..d694bbc 100644
--- a/src/libkeccak/files.h
+++ b/src/libkeccak/files.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/generalised-spec.c b/src/libkeccak/generalised-spec.c
index 0b06413..79d673b 100644
--- a/src/libkeccak/generalised-spec.c
+++ b/src/libkeccak/generalised-spec.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/generalised-spec.h b/src/libkeccak/generalised-spec.h
index dc975ce..6bd091e 100644
--- a/src/libkeccak/generalised-spec.h
+++ b/src/libkeccak/generalised-spec.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/hex.c b/src/libkeccak/hex.c
index 16d281a..54f4006 100644
--- a/src/libkeccak/hex.c
+++ b/src/libkeccak/hex.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/hex.h b/src/libkeccak/hex.h
index 793f4a1..ce2a948 100644
--- a/src/libkeccak/hex.h
+++ b/src/libkeccak/hex.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/internal.h b/src/libkeccak/internal.h
index 69bc470..5c8432e 100644
--- a/src/libkeccak/internal.h
+++ b/src/libkeccak/internal.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/mac/hmac.c b/src/libkeccak/mac/hmac.c
index 83f4e3b..3ecf539 100644
--- a/src/libkeccak/mac/hmac.c
+++ b/src/libkeccak/mac/hmac.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/mac/hmac.h b/src/libkeccak/mac/hmac.h
index 256c439..0b3a29c 100644
--- a/src/libkeccak/mac/hmac.h
+++ b/src/libkeccak/mac/hmac.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/spec.h b/src/libkeccak/spec.h
index fe58c08..2f0b21b 100644
--- a/src/libkeccak/spec.h
+++ b/src/libkeccak/spec.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/state.c b/src/libkeccak/state.c
index 46b43ae..5eec52c 100644
--- a/src/libkeccak/state.c
+++ b/src/libkeccak/state.c
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by
diff --git a/src/libkeccak/state.h b/src/libkeccak/state.h
index 6bf19f7..f030664 100644
--- a/src/libkeccak/state.h
+++ b/src/libkeccak/state.h
@@ -1,7 +1,7 @@
/**
* libkeccak – Keccak-family hashing library
*
- * Copyright © 2014, 2015 Mattias Andrée (maandree@member.fsf.org)
+ * Copyright © 2014, 2015, 2017 Mattias Andrée (maandree@kth.se)
*
* This library is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published by