You've already forked matrix-js-sdk
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:
@@ -22,6 +22,7 @@ limitations under the License.
|
||||
var base = require("./base");
|
||||
|
||||
require("./olm");
|
||||
require("./megolm");
|
||||
|
||||
/**
|
||||
* @see module:crypto-algorithms/base.ENCRYPTION_CLASSES
|
||||
|
||||
Reference in New Issue
Block a user