Assignment Goals |
Checking Your Work and Hints |
Submission and readme |
Do not use different file names. Be sure to submit XP.h, and set the number of decimal digits to 40. You will lose significant points if your source files includes xp.h instead of XP.h.readme.txt (both submit) xp.c, rsa.c, XP.h (1 partner submits all three files)
Enrichment Links |
Extra credit |
There are three main challenges. First you need to find large "random" primes. This is the hardest step. Second, you need to choose an integer e that is relatively prime with φ. Finally, you need to find an integer d such that ed = 1 mod φ.