matrix-org / matrix-js-sdk

Matrix Client-Server SDK for JavaScript
Apache License 2.0
1.49k stars 578 forks source link

`initRustCrypto`: allow app to pass in the store key directly #4210

Closed richvdh closed 1 month ago

richvdh commented 1 month ago

... instead of using the pickleKey. This allows us to avoid a slow PBKDF operation.

Part of https://github.com/element-hq/element-web/issues/26821.