-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathROADMAP
More file actions
26 lines (23 loc) · 817 Bytes
/
ROADMAP
File metadata and controls
26 lines (23 loc) · 817 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Phase 1 (end Thursday, April 21):
- Basic Design, classes, datatypes (Tucker)
- Implement KeyGen, related datatypes (Tammy)
- Implement Encrypt, Decrypt, related datatypes (Justin)
- Test (All)
Phase 2 (end Wednesday, April 27):
- Design input language
- Implement language interpreter
- Implement bootstrapping
- Test (All)
Phase 3 (end Saturday, April 30):
- Design user interface
- Implement user interface
- Optional (if ahead of schedule):
- Design network protocols (if server-client model)
- Implement network protocols (if server-client model)
- Test (All)
Phase 4 (end Monday, May 2 (Due date)):
- Tweak UI/etc. if necessary
- Add optimizations if possible
- Optional (if ahead of schedule):
- Convert to GMP arbitrary precision integers and increase security parameter
- Test (All)