1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-29 16:43:09 +03:00

Implement megolm encryption/decryption

Very early attempt at encryption/decryption implementation via megolm. You have
to c&p the keys manually.
This commit is contained in:
Richard van der Hoff
2016-08-15 15:43:39 +01:00
parent e56833c7b2
commit 89d8133ad2
4 changed files with 402 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ limitations under the License.
var base = require("./base");
require("./olm");
require("./megolm");
/**
* @see module:crypto-algorithms/base.ENCRYPTION_CLASSES