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

Support ECDH on Linux OS #151

Open mah454 opened 1 year ago

mah454 commented 1 year ago

I try to use this library on linux desktop os (like ubuntu , fedora , ...) but receive UnimplementedError algorithm . Please implement ECDH for linux os .