Skip to content

Commit 977567c

Browse files
Update README.md
1 parent 08698e0 commit 977567c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ICS/Assignment3/README.md

+9
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
11

2+
| Alice | Bob |
3+
|--------------------------------------|--------------------------------------|
4+
| Decides value of P and G | Decides value of P and G |
5+
| Alice select his private key = a | Bob select his private key = b |
6+
| Alice public key generated: x = G<sup>a</sup> mod P | Bob public key generated: y = G<sup>b</sup> mod P |
7+
| Key received = y | key received = x |
8+
| Generated Secret Key: ka = y<sup>a</sup> mod P | Generated Secret Key: kb = x<sup>b</sup> mod P |
9+
10+
ka == kb so now both alice and bob shares same secreat key

0 commit comments

Comments
 (0)