Skip to content
New issue

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

Update mpc-protocol library. #217

Merged
merged 1 commit into from
Nov 4, 2023
Merged

Update mpc-protocol library. #217

merged 1 commit into from
Nov 4, 2023

Conversation

tmpfs
Copy link
Collaborator

@tmpfs tmpfs commented Nov 4, 2023

Adds support for chunked noise protocol communication by splitting a packet into chunks of 65535 so that we respect the limitation of the noise protocol but can transfer arbitrary sized packets.

Each chunk is encrypted/decrypted individually.

See the Chunk type in the mpc_protocol library.

Closes #200.

Adds support for chunked noise protocol communication by splitting a
packet into chunks of 65535 so that we respect the limitation of the
noise protocol but can transfer arbitrary sized packets.

Each chunk is encrypted/decrypted individually.

See the `Chunk` type in the mpc_protocol library.
@tmpfs tmpfs merged commit 7fbaa5a into main Nov 4, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support chunking (large files) over Noise protocol
1 participant