Releases: siara-cc/Unishox2
Releases · siara-cc/Unishox2
Unishox2 1.0.3
This release is made after running AFL (American Fuzzy Lop) on Unishox and fixing issues that cause crashes when invalid inputs are fed into the decompression API. So the decompression API is safe to use with data from untrusted/malicious sources.
Unishox2 1.0.2
Unishox: A hybrid encoder for Short Unicode Strings
Release 1.0.2 is made after including the suggestions from reviewers for publishing to JOSS. Mainly documentation and no functional changes.
Full Changelog: 1.0.1...1.0.2
Unishox 2 1.0.1
What's Changed
- feature to add full terminator codes during compression when compressed length is unavailable for decompression
- Magic bits can be max 8 bits
- Add files in sample_texts and utf8samples to Unit tests
Full Changelog: 1.0.0...1.0.1
First release
Making a release before merging a PR with more code for overflow safety checks and change in API for the same.