Skip to content

Commit

Permalink
Room secret is used
Browse files Browse the repository at this point in the history
  • Loading branch information
ayyghost committed Nov 18, 2024
1 parent 5b35ff4 commit 4d694e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/etc/keys.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Cryptodog.keys = function () { };
await hkdf(baseKeyImported, hkdfSalt, roomIdInfo, 128)
);

// derive room secret (currently unused) from base key
// derive room secret from base key
const roomSecret = await hkdf(baseKeyImported, hkdfSalt, roomSecretInfo, 256);

return {
Expand Down

0 comments on commit 4d694e3

Please sign in to comment.