From: hn Date: Wed, 25 Jul 2018 12:30:06 +0000 (+0200) Subject: hassan X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/Cipher_code.git/commitdiff_plain/3a769b986e6ed6b694b0fd6d36eaba0f9ead49bc?hp=-c hassan --- 3a769b986e6ed6b694b0fd6d36eaba0f9ead49bc diff --git a/OneRoundIoT/execution_opi.py b/OneRoundIoT/execution_opi.py deleted file mode 100644 index e782204..0000000 --- a/OneRoundIoT/execution_opi.py +++ /dev/null @@ -1,14 +0,0 @@ -import matplotlib.pyplot as plt -import numpy as np -import pandas as pd - - -open=pd.read_csv("execution_openssl_rpi3.txt",sep='\t',header=None) -one=pd.read_csv("execution_oneround_rpi3.txt",sep='\t',header=None) -open.drop(open.columns[[5]], axis=1, inplace=True) -one.drop(one.columns[[5]], axis=1, inplace=True) -print(a) - -#plt.plot([1,2,3,4]) -#plt.ylabel('some numbers') -#plt.show()