From 51fe4976c632d4e6da48457c1797a39dc415fb26 Mon Sep 17 00:00:00 2001 From: theBreadCompany Date: Tue, 10 Dec 2024 08:50:02 +0100 Subject: [PATCH] add python notebook --- keygen.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keygen.py b/keygen.py index 641ebd8..c26f8f6 100644 --- a/keygen.py +++ b/keygen.py @@ -89,5 +89,4 @@ if __name__ == "__main__": bob = Person("bob", 0, 0, 0) Person.diffie_hellman(curve, alice, bob) - alice.send("Hello world", bob) - + alice.send("Hello world", bob) \ No newline at end of file