dint-dev / cryptography

Cryptography for Flutter developers: encryption, digital signatures, key agreement, etc.
https://pub.dev/packages/cryptography
Apache License 2.0
155 stars 75 forks source link

Double Ratchet + X3DH Implementation #165

Open bartonip opened 8 months ago

bartonip commented 8 months ago

@terrier989 we have built a Double Ratchet and X3DH implementation on top of this library. We've also implemented a wand-like interface for the same.

Is this something you would like us to port and merge into the package?