From 72e5e6437471d34c811f0260d5d7436844989744 Mon Sep 17 00:00:00 2001 From: Clortox <45907232+Clortox@users.noreply.github.com> Date: Sat, 24 Aug 2019 18:25:19 -0400 Subject: [PATCH] Initial commit --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..334fcd6 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# DiffieHellmanTest +An experimental Implementation of DH key exchange, it just says what its doing and thats it. Was more for me to learn how it works then for a practical use.