Releases: slashdigital/lib_omemo_encrypt
Releases · slashdigital/lib_omemo_encrypt
v0.2.2-alpha Release with some minor changes
v0.2.1-alpha
Full Changelog: v0.2.0-alpha...v0.2.1-alpha
v0.2.0-alpha Release for early testing
- Improve storage interface
- Fix bug on deserialize key
- Fix bug on public key getter
- Expose pk for session cipher state
Full Changelog: v0.1.1-alpha...v0.2.0-alpha
v0.1.1-alpha Release for early testing
- Fix issues on avoid the verify function to alter the original params, it causes issues in integration tests
Full Changelog: v0.1.0-alpha...v0.1.1-alpha
v0.1.0-alpha Release for early testing
- Protobuf support for local storage to serialize session and session state and all of it content to/from fromBytes
- Storage interface can be extended (TODO: improve relevant function with serialization)
- [Test] Partially tested for different classes and some integration tests (mixed with Unit test coverage for now)
- [Test] Dummy Conversation Person/Group for integrating test
Full Changelog: v0.0.2-nightly...v0.1.0-alpha
v0.0.2-nightly Build for testing
What's Changed
- Add whatsapp like group chat end to end implementation
- add more test cases
- Add local storage and serialization back and forth to protobuf by @npsopheak in #1
New Contributors
- @npsopheak made their first contribution in #1
Full Changelog: v0.0.1-nightly...v0.0.2-nightly
v0.0.1-nightly Build for testing
- Add the initial working cipher session one on one with OMEMO message prototype
Full Changelog: https://github.com/npsopheak/lib_omemo_encrypt/commits/v0.0.1-nightly