From a3e5beab8969b09ba2e17407376aab0475f6cdc7 Mon Sep 17 00:00:00 2001 From: pik Date: Sat, 22 Apr 2017 08:11:43 -0500 Subject: Add ed25519_verify to __init__.py and add test for ed25519_verify Signed-off-by: Alexander Maznev --- python/test_olm.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'python/test_olm.sh') 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 -- cgit v1.2.3