From ae6e0400a6aec780794cee9fc474c6cf8cb2ab02 Mon Sep 17 00:00:00 2001 From: Rohit Suthar Date: Thu, 27 May 2021 14:37:51 +0530 Subject: [PATCH] Update README.md --- ICS/Assignment3/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ICS/Assignment3/README.md b/ICS/Assignment3/README.md index bcd229a..c34b94b 100644 --- a/ICS/Assignment3/README.md +++ b/ICS/Assignment3/README.md @@ -8,3 +8,5 @@ | Generated Secret Key: ka = ya mod P | Generated Secret Key: kb = xb mod P | ka == kb so now both alice and bob shares same secreat key + +Reference: https://www.geeksforgeeks.org/implementation-diffie-hellman-algorithm/