Unishox2 Versions Save

Compression for Unicode short strings (works on arduino)

1.0.3

1 year ago

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.

1.0.2

2 years ago

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: https://github.com/siara-cc/Unishox2/compare/1.0.1...1.0.2

1.0.1

2 years ago

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: https://github.com/siara-cc/Unishox/compare/1.0.0...1.0.1

1.0.0

2 years ago

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