rage v0.1.1
Pre-release
Pre-release
This time with binaries!
Added
- Debian packaging support via
cargo deb
. See docs/debian.md
for details.
Changed
- Moved the
num_traits
dependency behind theunstable
feature flag. - The
generate-docs
example now generates (the equivalent of )gzip -9
manpages, for ease of use in Debian packaging.
Fixed
- Decrypted chunks inside the STREAM implementation are now zeroized after use.