-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: key derive. * update. * add ParticipantKeyHandler. * update. * update. * update. * update. * update. * fix key derive. * chore: add kKeyRatcheted state. * fixed key ratchet. * update api for darwin. * chore: for android. * fix crash. * fix bug for setkey * chore: add ExportKey for KeyManager. * chore: key export for android. * chore: clang-format. * chore: exportKey for darwin. * chore: When ratchet and material derivation fail, the current keyset will not be updated until the decryption is successful or the ratchet count window is exceeded. * chore: magic bytes. * update. * update for darwin. * rename KeyManager to KeyProvider. * fix compile for android. * fix key retchet. * Emit the KeyRatcheted state after a successful ratchet. --------- Co-authored-by: root <root@WIN-13900KF>
- Loading branch information
1 parent
5351ab6
commit c2f54cf
Showing
22 changed files
with
756 additions
and
499 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,3 +72,9 @@ | |
/xcodebuild | ||
/.vscode | ||
!webrtc/* | ||
/tmp.patch | ||
/out-release | ||
/out-debug | ||
/node_modules | ||
/libwebrtc | ||
/args.txt |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.