Skip to content

Releases: siara-cc/Unishox2

Unishox2 1.0.3

20 Aug 06:00
Compare
Choose a tag to compare

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

23 Dec 02:59
afb55e9
Compare
Choose a tag to compare

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

16 Oct 12:46
Compare
Choose a tag to compare

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

25 Sep 13:13
4c2ce35
Compare
Choose a tag to compare

Making a release before merging a PR with more code for overflow safety checks and change in API for the same.