dropbox / rust-brotli

Brotli compressor and decompressor written in rust that optionally avoids the stdlib
https://dropbox.tech/infrastructure/-broccoli--syncing-faster-by-syncing-less
BSD 3-Clause "New" or "Revised" License
797 stars 83 forks source link

Remove unused corrosion code #185

Closed nyurik closed 2 months ago

nyurik commented 2 months ago

The corrosion dir and uncorrode.py seem to no longer be needed.

The code is still available in git history, so it is not lost.

Removing it here allows contributors to focus on just the relevant code without confusion, and prevents "surprising hidden code" attacks like in the xz case.