We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After #132 is implemented
However, WebRTC unlocks sharing large files (hundreds of MB), which might not conveniently fit in memory for full encryption before streaming.
This way, the mobile does not need to hold the whole file(s) in memory.
The text was updated successfully, but these errors were encountered:
WebRTC is natively P2P and E2EE so ... we might not need custom encryption at all!
Sorry, something went wrong.
No branches or pull requests
After #132 is implemented
Naive behavior
However, WebRTC unlocks sharing large files (hundreds of MB), which might not conveniently fit in memory for full encryption before streaming.
Desired behavior
This way, the mobile does not need to hold the whole file(s) in memory.
The text was updated successfully, but these errors were encountered: