You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-25 05:23:13 +03:00
Upgrade dependencies (#2304)
This commit is contained in:
committed by
GitHub
parent
540514c805
commit
47d2c063fa
@@ -193,6 +193,7 @@ function calculateMAC(olmSAS: OlmSAS, method: string) {
|
||||
}
|
||||
|
||||
const calculateKeyAgreement = {
|
||||
// eslint-disable-next-line @typescript-eslint/naming-convention
|
||||
"curve25519-hkdf-sha256": function(sas: SAS, olmSAS: OlmSAS, bytes: number): Uint8Array {
|
||||
const ourInfo = `${sas.baseApis.getUserId()}|${sas.baseApis.deviceId}|`
|
||||
+ `${sas.ourSASPubKey}|`;
|
||||
|
||||
Reference in New Issue
Block a user