From 9577bff6eca3b713c9c29b2f0cff2f13368df527 Mon Sep 17 00:00:00 2001 From: J08nY Date: Mon, 17 Dec 2018 10:53:59 +0100 Subject: Allow fixed key in ECDH. --- util/plot_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/plot_gen.py b/util/plot_gen.py index b562404..4ee1ddc 100755 --- a/util/plot_gen.py +++ b/util/plot_gen.py @@ -18,7 +18,7 @@ from matplotlib import ticker, colors from copy import deepcopy import argparse -from utils import hw, moving_average, plot_hist, jackknife_entropy, miller_correction +from utils import hw, moving_average, plot_hist, miller_correction if __name__ == "__main__": parser = argparse.ArgumentParser(description="Plot results of ECTester key generation timing.") -- cgit v1.3.1