diff options
author | pik <alexander.maznev@gmail.com> | 2017-04-22 08:11:43 -0500 |
---|---|---|
committer | Richard van der Hoff <richard@matrix.org> | 2017-04-24 12:29:45 +0100 |
commit | a3e5beab8969b09ba2e17407376aab0475f6cdc7 (patch) | |
tree | c86a9198015248680fddd39825b4364b24b7dca1 /python/olm/__init__.py | |
parent | e632bc9e52578d7d73733f64e8ab30e485fc9d8a (diff) |
Add ed25519_verify to __init__.py and add test for ed25519_verify
Signed-off-by: Alexander Maznev <alexander.maznev@gmail.com>
Diffstat (limited to 'python/olm/__init__.py')
-rw-r--r-- | python/olm/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/olm/__init__.py b/python/olm/__init__.py index 31b29b9..f74cbcb 100644 --- a/python/olm/__init__.py +++ b/python/olm/__init__.py @@ -2,3 +2,4 @@ from .account import Account from .session import Session from .outbound_group_session import OutboundGroupSession from .inbound_group_session import InboundGroupSession +from .utility import ed25519_verify |