Name : Srinivas.G
Rollno: 03329031
  Files
Java program: SignGen.java//RSA,DSA signing and verification and time calculation
		Digest.java//SHA-1,MD-5 hash computation and time calculation
Time measurements&analysis: signtime//RSA,DSA signing and verification times
				hashtime//SHA-1,MD-5 times
Remarks:
I am calculating everything in the Java program. If U just run it, it will produce all the results.
plzz compile the programs b4 executing it.
I have tested this on j2sdk1.4.2

