Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion book-2nd/principles/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ Bob. The exchange starts as :
:math:`B=g^{b} mod p` to Alice
- From her knowledge of :math:`a` and :math:`B`, Alice can compute
:math:`Secret=B^{a} mod p= (g^{b} mod p) ^{a} mod p=g^{a \times b} mod p`
- From is knowledge of :math:`b` and :math:`A`, Bob can compute
- From his knowledge of :math:`b` and :math:`A`, Bob can compute
:math:`Secret=A^{b} mod p=(g^{a} mod p) ^{b} mod p=g^{a \times b} mod p`

The security of this protocol relies on the difficulty of computing
Expand Down