]> AND Private Git Repository - Cipher_code.git/blob - OneRoundIoT/openssl/execution.plot
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
new
[Cipher_code.git] / OneRoundIoT / openssl / execution.plot
1 # Analysis description 
2 set encoding iso_8859_1
3 set terminal x11
4 set size 1,0.5
5 set term postscript enhanced portrait "Helvetica" 12
6
7 set log x
8 set log y
9 set ylabel "bytes per second"
10
11 set xlabel "buffer size" 
12 #set key on outside left bmargin
13 plot 'execution.txt' using 1:2 t "encrypt CBC"      with linespoints lt 1 lw 2 ps 0 pt 5,\
14   'execution.txt' using 1:3 t "decrypt CBC"    with linespoints lt 2 lw 2 ps 0 pt 1,\
15   'execution.txt' using 1:4 t "(en|de)crypt CTR"    with linespoints lt 3 lw 2 ps 0 pt 1
16
17
18