Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/BLAKE2/BLAKE2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ref
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2016-11-10 00:30:52 +0300
committerPádraig Brady <P@draigBrady.com>2016-11-10 00:34:46 +0300
commit2407e7a40a2650872c5a2100498960662ea22464 (patch)
tree83db45e70cb9d734f2396bc0e77149520fb03ae2 /ref
parenta90684ab3fe788b2ca45076cf9b38335de289f58 (diff)
maint: strip various trailing whitespace
This falls afoul of various commit git commit hooks, so strip trailing whitespace at EOL and EOF.
Diffstat (limited to 'ref')
-rw-r--r--ref/blake2-impl.h7
-rw-r--r--ref/blake2.h1
-rw-r--r--ref/blake2b-ref.c7
-rw-r--r--ref/blake2s-ref.c8
-rw-r--r--ref/blake2sp-ref.c6
-rw-r--r--ref/blake2xb-ref.c1
-rw-r--r--ref/blake2xs-ref.c1
7 files changed, 9 insertions, 22 deletions
diff --git a/ref/blake2-impl.h b/ref/blake2-impl.h
index ad9089e..5dff7fc 100644
--- a/ref/blake2-impl.h
+++ b/ref/blake2-impl.h
@@ -1,14 +1,14 @@
/*
BLAKE2 reference source code package - reference C implementations
-
+
Copyright 2012, Samuel Neves <sneves@dei.uc.pt>. You may use this under the
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
your option. The terms of these licenses can be found at:
-
+
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
- OpenSSL license : https://www.openssl.org/source/license.html
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
-
+
More information about the BLAKE2 hash function can be found at
https://blake2.net.
*/
@@ -158,4 +158,3 @@ static BLAKE2_INLINE void secure_zero_memory(void *v, size_t n)
}
#endif
-
diff --git a/ref/blake2.h b/ref/blake2.h
index 6420c53..ad62f26 100644
--- a/ref/blake2.h
+++ b/ref/blake2.h
@@ -193,4 +193,3 @@ extern "C" {
#endif
#endif
-
diff --git a/ref/blake2b-ref.c b/ref/blake2b-ref.c
index 0d36fb0..cd38b1b 100644
--- a/ref/blake2b-ref.c
+++ b/ref/blake2b-ref.c
@@ -1,14 +1,14 @@
/*
BLAKE2 reference source code package - reference C implementations
-
+
Copyright 2012, Samuel Neves <sneves@dei.uc.pt>. You may use this under the
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
your option. The terms of these licenses can be found at:
-
+
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
- OpenSSL license : https://www.openssl.org/source/license.html
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
-
+
More information about the BLAKE2 hash function can be found at
https://blake2.net.
*/
@@ -377,4 +377,3 @@ fail:
return -1;
}
#endif
-
diff --git a/ref/blake2s-ref.c b/ref/blake2s-ref.c
index cca1762..fbf4265 100644
--- a/ref/blake2s-ref.c
+++ b/ref/blake2s-ref.c
@@ -1,14 +1,14 @@
/*
BLAKE2 reference source code package - reference C implementations
-
+
Copyright 2012, Samuel Neves <sneves@dei.uc.pt>. You may use this under the
terms of the CC0, the OpenSSL Licence, or the Apache Public License 2.0, at
your option. The terms of these licenses can be found at:
-
+
- CC0 1.0 Universal : http://creativecommons.org/publicdomain/zero/1.0
- OpenSSL license : https://www.openssl.org/source/license.html
- Apache 2.0 : http://www.apache.org/licenses/LICENSE-2.0
-
+
More information about the BLAKE2 hash function can be found at
https://blake2.net.
*/
@@ -365,5 +365,3 @@ fail:
return -1;
}
#endif
-
-
diff --git a/ref/blake2sp-ref.c b/ref/blake2sp-ref.c
index 29f5c1d..b0e9bae 100644
--- a/ref/blake2sp-ref.c
+++ b/ref/blake2sp-ref.c
@@ -357,9 +357,3 @@ fail:
return -1;
}
#endif
-
-
-
-
-
-
diff --git a/ref/blake2xb-ref.c b/ref/blake2xb-ref.c
index 4a9f1a0..1811ab2 100644
--- a/ref/blake2xb-ref.c
+++ b/ref/blake2xb-ref.c
@@ -238,4 +238,3 @@ fail:
return -1;
}
#endif
-
diff --git a/ref/blake2xs-ref.c b/ref/blake2xs-ref.c
index c789c36..de420fa 100644
--- a/ref/blake2xs-ref.c
+++ b/ref/blake2xs-ref.c
@@ -236,4 +236,3 @@ fail:
return -1;
}
#endif
-