diff options
author | Hubert Chathi <hubert@uhoreg.ca> | 2018-12-27 18:16:56 -0500 |
---|---|---|
committer | Hubert Chathi <hubert@uhoreg.ca> | 2018-12-27 18:16:56 -0500 |
commit | ded55f50536d852b544c7255551fc3b8c1e7b044 (patch) | |
tree | 9ec78736060fdebcf0eec7dfec6e8723af05caf1 /javascript/olm_post.js | |
parent | ec2695b9c945fa577c6fc4501d65a186208ecfed (diff) |
initial implementation of short authentication string generation
Diffstat (limited to 'javascript/olm_post.js')
-rw-r--r-- | javascript/olm_post.js | 1 |
1 files changed, 1 insertions, 0 deletions
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); |