diff --git a/unit05_key_exchange/lab/sample_ans.md b/unit05_key_exchange/lab/sample_ans.md index 2fbfec3..6b91251 100644 --- a/unit05_key_exchange/lab/sample_ans.md +++ b/unit05_key_exchange/lab/sample_ans.md @@ -144,15 +144,15 @@ By doing a search on the Internet, which curve does Bitcoin use? Tor network, IoT, etc ### Can you explain how you would use these EC parameters to perform the ECDH key exchange? -Alice generates a, and then a value of aG (mod p). +Alice generates a, and then a value of aG (mod p). -Bob generates b, and then a value of bG (mod p). +Bob generates b, and then a value of bG (mod p). -Alice passes aG (mod p) to Bob. +Alice passes aG (mod p) to Bob. -Bob passes bG (mod p) to Alice. +Bob passes bG (mod p) to Alice. -Alice computes abG (mod p), and Bob also computes abG (mod p), and they have a shared secret. +Alice computes abG (mod p), and Bob also computes abG (mod p), and they have a shared secret.