aboutsummaryrefslogtreecommitdiff
path: root/javascript/olm_post.js
diff options
context:
space:
mode:
authorHubert Chathi <hubert@uhoreg.ca>2019-02-01 11:43:09 -0500
committerGitHub <noreply@github.com>2019-02-01 11:43:09 -0500
commitfcbedf191f3b63f3e0a7ae83bd25ce1aabc7cab5 (patch)
tree9d2bd19a11052e2d7fbb577e40362f4bcbfaaf32 /javascript/olm_post.js
parent45091c158d956ebb6c23acfe4dcb1f147df55d4a (diff)
parent48dda7922d0fbb36a219045be01c58f518122448 (diff)
Merge pull request #81 from matrix-org/dbkr/pk_sign
Add signing class to the pk module
Diffstat (limited to 'javascript/olm_post.js')
-rw-r--r--javascript/olm_post.js1
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() {