shithub: blake2

Download patch

ref: 987a2d74bddf5c07079451d5efffc09d43331876
parent: f1d5a3a722f22dc2c6a9844b9b8a0cc583cc988b
author: Samuel Neves <sneves@dei.uc.pt>
date: Sun Jun 12 13:36:57 EDT 2016

output exclusively to pdf

--- a/bench/do.gplot
+++ b/bench/do.gplot
@@ -5,12 +5,15 @@
 set xtics 0,32,maxx
 set grid
 set key left
-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"
-#pause -1 "hit return to continue"
+
 #set terminal png         
 #set output "plotcycles.png"                     
 set terminal pdfcairo
 set output "plotcycles.pdf"  
-replot
+
+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"  
+replot
\ No newline at end of file
--