Files


1) doc/ -> Graphs for 2nd assignments
2) DSA signature generation and verification files
	DSASignGen.java
	DSASignVeri.java
3) RSA signature generation and verification files
	RSASignGen.java
	RSASignVeri.java
4)Message digest
	MD5.java
	RSA.java
5) Timing analysis(in ana/ dir)
	time_signgen -> Time for signature generation (Both RSA and DSA)
	time_signveri -> Time for signature verification (Both RSA and DSA)
	time_digest -> Digest calculation
	t*-> test files
6) AnaDigSign.sh - script to run the analysis - it is making calls to java program in nested-loop. Test the program using command line it will output time as last paremeter. The analysis file shows the structure of output of Java program.




