PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
271 stars 75 forks source link

Implementation for elliptic curve Diffie Hellman #134

Open egemenvardar opened 6 years ago

egemenvardar commented 6 years ago

As far as I see pointycastle doesn't have a Diffie-Hellman key exchange algorithm implementation. The use case is briefly:

Is there a plan for adding support for this? Or is there already an implementation for this that I'm missing?