diff options
Diffstat (limited to 'javascript/olm_post.js')
-rw-r--r-- | javascript/olm_post.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/javascript/olm_post.js b/javascript/olm_post.js index 91830fa..7a1d284 100644 --- a/javascript/olm_post.js +++ b/javascript/olm_post.js @@ -461,6 +461,8 @@ Utility.prototype['ed25519_verify'] = restore_stack(function( olm_exports["Account"] = Account; olm_exports["Session"] = Session; olm_exports["Utility"] = Utility; +olm_exports["PkEncryption"] = PkEncryption; +olm_exports["PkDecryption"] = PkDecryption; olm_exports["get_library_version"] = restore_stack(function() { var buf = stack(3); |