IT653 Network Security

Assignment II

Problem 1: finding secret key 

The accompanying program uses repeated sqauring method which is efficient way of finding the key.
ref: Introduction to Algorithms by Cormen etc.

the name of the program is Dhelman

by invoking the program the private key is computed and printed.

the output is 22392.

