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

Noise Protocol #83

Open haarts opened 2 years ago

haarts commented 2 years ago

I am looking for a Noise Protocol implementation and was led to this repo.

In commit https://github.com/dint-dev/cryptography/commit/7049fd20d6466a737bd7f3b0de1923b608429a1d the Noise implementation is deleted hinting at a new repo. But I can't seem to find it. Is it published yet?

JssDWt commented 1 year ago

@haarts Did you find it?

haarts commented 1 year ago

I did not unfortunately.

bcattaneo commented 1 year ago

Was having the exact same issue. Considering I couldn't find it, I just created a fork here https://github.com/bcattaneo/noise_protocol

If anyone would like to contribute, either with some research, fixes, or tweaks, please feel free to do it. We can continue a discussion there while we wait for an official repo.