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

Encryption and Compression Broken #1

Open
endepointe opened this issue Jun 2, 2024 · 0 comments
Open

Encryption and Compression Broken #1

endepointe opened this issue Jun 2, 2024 · 0 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@endepointe
Copy link
Owner

endepointe commented Jun 2, 2024

Encrypting and compressing each buffer currently broken. The current implementation using the encrypt and compress functions causes an error due to having an invalid zstd frame format. 

The error observed can be monitored by tail -f error.log.

A proposed solution may be to simply remove compression. Regardless, I will need to backfill my knowledge of encryption and compression to get a solution.

https://docs.rs/zstd/0.13.1/zstd/stream/fn.decode_all.html

@endepointe endepointe added the good first issue Good for newcomers label Jun 2, 2024
@endepointe endepointe self-assigned this Jun 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant