add python notebook

This commit is contained in:
theBreadCompany 2024-12-10 08:50:02 +01:00
parent 060130a0c6
commit 51fe4976c6

View file

@ -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)