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/test_olm.sh | |
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/test_olm.sh')
-rwxr-xr-x | python/test_olm.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/test_olm.sh b/python/test_olm.sh index 7c90daf..6ba92b6 100755 --- a/python/test_olm.sh +++ b/python/test_olm.sh @@ -37,3 +37,7 @@ $OLM group_decrypt $BOB_GROUP_SESSION group_message $OLM export_inbound_group $BOB_GROUP_SESSION | $OLM import_inbound_group $CHARLIE_GROUP_SESSION $OLM group_decrypt $CHARLIE_GROUP_SESSION group_message + +### Utility + +$OLM ed25519_verify |