From 2bcaa92300bca8ea30f8668154b495cd427d6bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Thu, 25 Jun 2020 14:26:09 +0300 Subject: [PATCH] Fix tests --- test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test.py b/test.py index 9a3cf2b..0799c82 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,4 @@ +import compact_xchapoly import compact_ecdh_curve25519 def test_chacha20_poly1305():