Skip to content

Releases: Bit-Nation/panthalassa

tali

15 Jun 09:31
8c50a61
Compare
Choose a tag to compare

Changelog

  • added AES CTR to AES package
  • switched the whole project to use AES CTR (but we are backwards compatible)
  • changed the way how the MAC for cipher texts is calculated (now includes IV and version)
  • added protobuf based api

Nihilus

07 Jun 04:53
Compare
Choose a tag to compare

Fixed missing initialisation of key store for chat. Used to panic since we pass in nil as the keystore.

moogo

06 Jun 15:58
Compare
Choose a tag to compare

Removed go validator since it's causing errors on ios/android.

Mim

06 Jun 13:30
Compare
Choose a tag to compare
Mim

Small bug fix with wrong returned nil instead of error

Coom

06 Jun 13:16
deb0083
Compare
Choose a tag to compare

Breaking changes:

  • Removed profile from CreateHumanMessage
  • Removed profile from DecryptMessage
  • Switched AES to CFB which result in breaking changes.
  • Added chat protocol key store api
  • Removed signedProfile and rendezvousKey form start config

Braaro

04 Jun 22:38
Compare
Choose a tag to compare

Api changes:

  • Start (removed chatKeyStore)
  • StartFromMnemonic (removed chatKeyStore )

Brue

04 Jun 22:11
Compare
Choose a tag to compare

Added new utils for handling messages and secrets

Child

30 May 09:26
Compare
Choose a tag to compare

Breaking changes

__PanthalassaStart and PanthalassaStartFromMnemonic signature change __
From now on you need to pass in a config that holds your

  • account store
  • rendezvous key
  • and a signed profile

a signed profile is a object that holds your metadata and was signed with your private keys. You can use PanthalassaSignProfileStandAlone to get such a signed profile WITHOUT the need to start panthalassa (which is anyway not possible without a signed profile). IF you have a running instance of panthalassa just use PanthalassaSignProfile.

updated util's

21 May 22:47
dad2848
Compare
Choose a tag to compare

New Method's:

  • GetMnemonic

Else:

  • activated ed25519 migration

Release 1.0.0

15 May 21:28
db02bfd
Compare
Choose a tag to compare
  • Introduced device api (no breaking change)
  • switched AES version (breaking change)
  • switched AES cipher text encoding to hex (breaking change)
  • added EthAddress to fetch ethereum address (no breaking change)