-
Notifications
You must be signed in to change notification settings - Fork 98
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Frame Cryptor (aes gcm/cbc). (#54) feat: key ratchet/derive. (#66) Co-authored-by: Théo Monnom <[email protected]>
- Loading branch information
1 parent
bd6ba72
commit 4dd33c6
Showing
26 changed files
with
2,089 additions
and
8 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 |
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.