From 3d390128d39ebc51305e3ca4a19bab713d1a2eda Mon Sep 17 00:00:00 2001 From: iliya <iliya.saroukhanian@etu.hesge.ch> Date: Mon, 8 Apr 2024 20:16:22 +0200 Subject: [PATCH] fix: removed KE acronym --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 04c60c9..0d41cd8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -# ECDHKE (Elliptic Curve Diffie-Hellman Key Exchange) +# ECDH (Elliptic Curve Diffie-Hellman Key Exchange) <!--toc:start--> -- [ECDHKE (Elliptic Curve Diffie-Hellman Key Exchange)](#ecdhke-elliptic-curve-diffie-hellman-key-exchange) +- [ECDH (Elliptic Curve Diffie-Hellman Key Exchange)](#ecdh-elliptic-curve-diffie-hellman-key-exchange) - [Implementation](#implementation) - [Ressources](#ressources) - [Prerequisites](#prerequisites) @@ -17,7 +17,7 @@ Let's use the same _client-server_ model from the previous lab ([`comp128`](https://githepia.hesge.ch/isc2/wirelessnetsec/comp128)), we just need to get rid of that whole key verification nonsense and replace with -a ECDHKE and leave the symmetric cipher [`blowfish`](https://pypi.org/project/blowfish/) +a ECDH and leave the symmetric cipher [`blowfish`](https://pypi.org/project/blowfish/) as is. ## Ressources -- GitLab