================================================
Name            :  R. GURULINGESH
Roll No.        :  03329008
Assignment No.  :  1
================================================


The shell script to execute the program is ExecuteRSa.sh
The usage is
1. If we want to vary the key size then we should write
ExecuteRSA.sh key
it will execute the java program for key sizes 128 to 1024 aned keeping the 
other factor constant

2. If we want to vary the msg size then we should write
ExecuteRSA.sh msg
it will execute the java program for msg sizes 1 to 4096 aned keeping the 
other factors constant


3. If we want to vary the prob. factor then we should write
ExecuteRSA.sh prob
it will execute the java program for pobabilty values 2 to 64 aned keeping the 
other factors constant.


the statistics are are generated in
Statistics.file 
which is a simple text file.

The othe files like
Dummy
are used during the program and should  not be deleted

the message file is generated run time depending upon the size of the message.
its logic is in the shell script


