matrix-sdk-crypto-js-0.1.0-alpha.11
Pre-release
Pre-release
github-actions
released this
19 Jun 21:13
·
4310 commits
to main
since this release
Changes in the Javascript bindings
- Simplify the response type of
Sas.confirm()
. - Add
VerificationRequest.registerChangesCallback()
,Sas.registerChangesCallback()
, andQr.registerChangesCallback()
. - Add
VerificationRequest.phase()
andVerificationRequest.getVerification()
.
Changes in the underlying Rust crate
- Add support for the
hkdf-hmac-sha256.v2
SAS message authentication code. - Ensure that the correct short authentication strings are used when accepting a SAS verification with the
Sas::accept()
method.