From ded55f50536d852b544c7255551fc3b8c1e7b044 Mon Sep 17 00:00:00 2001 From: Hubert Chathi Date: Thu, 27 Dec 2018 18:16:56 -0500 Subject: initial implementation of short authentication string generation --- javascript/olm_post.js | 1 + 1 file changed, 1 insertion(+) (limited to 'javascript/olm_post.js') diff --git a/javascript/olm_post.js b/javascript/olm_post.js index 8c06fff..3bf0d66 100644 --- a/javascript/olm_post.js +++ b/javascript/olm_post.js @@ -534,6 +534,7 @@ olm_exports["Session"] = Session; olm_exports["Utility"] = Utility; olm_exports["PkEncryption"] = PkEncryption; olm_exports["PkDecryption"] = PkDecryption; +olm_exports["SAS"] = SAS; olm_exports["get_library_version"] = restore_stack(function() { var buf = stack(3); -- cgit v1.2.3