# Analysis description 
set encoding iso_8859_1
set terminal x11
set size 1,0.5
set term postscript enhanced portrait "Helvetica" 12

set style line 2  lc rgb '#0025ad' lt 1 lw 1.5 # --- blue


set log x
set log y
set ylabel "bytes per second"

set xlabel "buffer size" 
#set key on outside left bmargin
plot 'execution_openssl_rpi3.txt' using 1:2 t "OpenSSL enc CBC"      with linespoints lt 1 lw 2 ps 0 pt 5,\
  'execution_openssl_rpi3.txt' using 1:3 t "OpenSSL dec CBC"    with linespoints lt 2 lw 2 ps 0 pt 1,\
  'execution_openssl_rpi3.txt' using 1:4 t "OpenSSL (en|de)c CTR"    with linespoints lt 3 lw 2 ps 0 pt 1,\
  'execution_oneround_rpi3.txt' using 1:2 t "OneRound enc DECB"      with linespoints lt 1 lw 2 ps 0 pt 5  ,\
  'execution_oneround_rpi3.txt' using 1:3 t "OneRound dec DECB"    with linespoints lt 2 lw 2 ps 0 pt 1  ,\
  'execution_oneround_rpi3.txt' using 1:4 t "OneRound (en|de)c CTR"    with linespoints  ls 2