1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-26 17:03:12 +03:00

Sign & verify SSSS keys

This commit is contained in:
David Baker
2019-11-13 17:52:24 +00:00
parent 1798f3921f
commit 7218e31a9c
4 changed files with 73 additions and 17 deletions

View File

@@ -208,7 +208,7 @@ export default function Crypto(baseApis, sessionStore, userId, deviceId,
);
this._secretStorage = new SecretStorage(
baseApis, this._baseApis._cryptoCallbacks,
baseApis, this._baseApis._cryptoCallbacks, this._crossSigningInfo,
);
}
utils.inherits(Crypto, EventEmitter);