1hub / springburg

OpenPGP for .NET
MIT License
4 stars 0 forks source link

Consider implementing ElGamal through native APIs #19

Open filipnavara opened 3 years ago

filipnavara commented 3 years ago

On Windows BCrypt supports DH key exchange which is basically 90% of the ElGamal crypto, only the multiplication of the secret with the message is missing.