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/bench
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 /bench
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 'bench')
-rw-r--r--bench/bench.c6
-rw-r--r--bench/do.gplot12
-rw-r--r--bench/md5.c6
3 files changed, 12 insertions, 12 deletions
diff --git a/bench/bench.c b/bench/bench.c
index 8488728..eeb059f 100644
--- a/bench/bench.c
+++ b/bench/bench.c
@@ -1,14 +1,14 @@
/*
BLAKE2 reference source code package - benchmark tool
-
+
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.
*/
diff --git a/bench/do.gplot b/bench/do.gplot
index 6a6832a..bb7575e 100644
--- a/bench/do.gplot
+++ b/bench/do.gplot
@@ -1,4 +1,4 @@
-maxx = 256
+maxx = 256
set xrange [1:maxx]
set xlabel "bytes "
set ylabel "cycles"
@@ -6,14 +6,14 @@ set xtics 0,32,maxx
set grid
set key left
-#set terminal png
-#set output "plotcycles.png"
+#set terminal png
+#set output "plotcycles.png"
set terminal pdfcairo
-set output "plotcycles.pdf"
+set output "plotcycles.pdf"
-plot "blake2b.data" using 1:2 with lines title "BLAKE2b"
+plot "blake2b.data" using 1:2 with lines title "BLAKE2b"
replot "blake2s.data" using 1:2 with lines title "BLAKE2s"
replot "md5.data" using 1:2 with lines title "MD5"
-set output "plotcycles.pdf"
+set output "plotcycles.pdf"
replot \ No newline at end of file
diff --git a/bench/md5.c b/bench/md5.c
index 3931ab6..14b28d7 100644
--- a/bench/md5.c
+++ b/bench/md5.c
@@ -1,14 +1,14 @@
/*
BLAKE2 reference source code package - benchmark tool
-
+
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.
*/