#This is a script to generate graph for time taken by RSA for key generation for different certainity values.
# author: Shweta Agrawal
# Date: 15 Aug, 2003

# Run the RSA algorithm to generate key pairs for different certainity values.
#Store the output in certainity_time.out
./experiment_certainity.pl certainity_time.out 256

#Read the output file from RSA and generate the file in proper formant to create graph
#msize generation_time 
./creategraph.pl certainity_time.out certainity_time.dat

#plot the graph
#output certainity_time.png
gnuplot plotgraph_certainity.p

