We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08698e0 commit 977567cCopy full SHA for 977567c
ICS/Assignment3/README.md
@@ -1 +1,10 @@
1
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