Skip to content

Commit 47d2c06

Browse files
authored
Upgrade dependencies (matrix-org#2304)
1 parent 540514c commit 47d2c06

File tree

2 files changed

+419
-416
lines changed

2 files changed

+419
-416
lines changed

src/crypto/verification/SAS.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ function calculateMAC(olmSAS: OlmSAS, method: string) {
193193
}
194194

195195
const calculateKeyAgreement = {
196+
// eslint-disable-next-line @typescript-eslint/naming-convention
196197
"curve25519-hkdf-sha256": function(sas: SAS, olmSAS: OlmSAS, bytes: number): Uint8Array {
197198
const ourInfo = `${sas.baseApis.getUserId()}|${sas.baseApis.deviceId}|`
198199
+ `${sas.ourSASPubKey}|`;

0 commit comments

Comments
 (0)