diff options
author | Sander Vrijders <[email protected]> | 2017-03-03 15:31:42 +0100 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2017-03-03 15:31:42 +0100 |
commit | c9fb31c7ebadc076b7c3bfd9dbe1c492c6ef7172 (patch) | |
tree | f1ba42d8db45941ef6d492095fc8ae1823ae6ee6 /src/lib/sha3.h | |
parent | 2852bb1bac8fcc111364d516c2bd31628ad264c7 (diff) | |
download | ouroboros-c9fb31c7ebadc076b7c3bfd9dbe1c492c6ef7172.tar.gz ouroboros-c9fb31c7ebadc076b7c3bfd9dbe1c492c6ef7172.zip |
Change email addresses to ugent.be
Our mailserver was migrated from intec.ugent.be to the central
ugent.be emailserver. This PR updates the header files to reflect this
change as well. Some header files were also homogenized if the
parameters within the functions were badly aligned.
Diffstat (limited to 'src/lib/sha3.h')
-rw-r--r-- | src/lib/sha3.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/sha3.h b/src/lib/sha3.h index 413228a2..6ce67482 100644 --- a/src/lib/sha3.h +++ b/src/lib/sha3.h @@ -3,7 +3,8 @@ * * SHA3 algorithm * - * Dimitri Staessens <[email protected]> + * Dimitri Staessens <[email protected]> + * Sander Vrijders <[email protected]> * * This implementation is adapted and redistributed from the RHASH * project implementation of the sha3 algorithm |