commit 72e5e6437471d34c811f0260d5d7436844989744 Author: Clortox <45907232+Clortox@users.noreply.github.com> Date: Sat Aug 24 18:25:19 2019 -0400 Initial commit 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.