Skip to content

Releases: ivRodriguezCA/nuntius

Version 0.0.9

22 Sep 11:01
Compare
Choose a tag to compare
Version 0.0.9 Pre-release
Pre-release
  • Fixed double ratchet bug where restoring from stored state was incorrectly initializing the double ratchet instance.

Version 0.0.8

15 Sep 23:12
Compare
Choose a tag to compare
Version 0.0.8 Pre-release
Pre-release
  • 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

13 Aug 17:39
Compare
Choose a tag to compare
Version 0.0.7 Pre-release
Pre-release
  • Fixed namespacing by adding IR prefix

Version 0.0.6

10 Aug 13:04
Compare
Choose a tag to compare
Version 0.0.6 Pre-release
Pre-release
  • Removed white spaces
  • Added EncryptionService usage/examples
  • Fixed syntax error
  • Added Double Ratchet examples

Version 0.0.5

09 Aug 12:01
Compare
Choose a tag to compare
Version 0.0.5 Pre-release
Pre-release
  • Fixed cocoapods not being able to load unit-test classes

Version 0.0.4

09 Aug 11:30
Compare
Choose a tag to compare
Version 0.0.4 Pre-release
Pre-release
  • Added nuntius to Travis CI

Version 0.0.3

08 Aug 12:41
Compare
Choose a tag to compare
Version 0.0.3 Pre-release
Pre-release
  • Added a better README file

Version 0.0.2

08 Aug 12:40
Compare
Choose a tag to compare
Version 0.0.2 Pre-release
Pre-release
  • Fixed libsodium issue: sodium_init() was not called before using the library.

Version 0.0.1

06 Aug 14:36
Compare
Choose a tag to compare
Version 0.0.1 Pre-release
Pre-release

Alpha release of nuntius:

  • X3DH implemented
  • Double Ratchet implemented
  • Both implementations are unit-tested