Releases: ivRodriguezCA/nuntius
Releases · ivRodriguezCA/nuntius
Version 0.0.9
- Fixed double ratchet bug where restoring from stored state was incorrectly initializing the double ratchet instance.
Version 0.0.8
- When creating a shared secret a new Ephemeral key was always generated, instead of using one of the keys in the Ephemeral Key bag provided at setup
Version 0.0.7
- Fixed namespacing by adding IR prefix
Version 0.0.6
- Removed white spaces
- Added EncryptionService usage/examples
- Fixed syntax error
- Added Double Ratchet examples
Version 0.0.5
- Fixed cocoapods not being able to load unit-test classes
Version 0.0.4
- Added nuntius to Travis CI
Version 0.0.3
- Added a better README file
Version 0.0.2
- Fixed libsodium issue:
sodium_init()
was not called before using the library.
Version 0.0.1
Alpha release of nuntius:
- X3DH implemented
- Double Ratchet implemented
- Both implementations are unit-tested