diff options
author | David Baker <dave@matrix.org> | 2019-01-29 20:47:41 +0000 |
---|---|---|
committer | David Baker <dave@matrix.org> | 2019-01-29 20:47:41 +0000 |
commit | 8df2ab7c07938c3bb24f6b44b8615f8371c0048b (patch) | |
tree | ac0a6e7cf99350b1a0a93de0124919e5cffdc57a /javascript/olm_post.js | |
parent | 45091c158d956ebb6c23acfe4dcb1f147df55d4a (diff) |
Add signing class to the pk module
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 3bf0d66..a3a3ef4 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["PkSigning"] = PkSigning; olm_exports["SAS"] = SAS; olm_exports["get_library_version"] = restore_stack(function() { |