To submit assignment 2, you need to use the give system. Your submission must contain the following three files:
In addition, you may submit any other Java source files you have created. However, any files submitted with the same names as any of the other Java source files from the assignment spec (link) will be deleted! That means if you for instance try to submit a modified Alice.java, the give command will accept your submission, but we will delete your Alice.java before testing.
To submit your assignment, go to the directory in which you have stored your files and enter the command
give cs3441 ass2 HonestAlice.java HonestBob.java MyRSAKeyPairGenerator.java
If you wish to submit other *.java files, you may append them to the end of the command. For instance, if you wish to submit a file called MyClass.java, enter the following command:
give cs3441 ass2 HonestAlice.java HonestBob.java MyRSAKeyPairGenerator.java MyClass.java
You may resubmit as many times as you like until the deadline, but we will only mark your last submission. Remember, it is your responsibility to test your submission.