bcgit / pc-dart

Pointy Castle - Dart Derived Bouncy Castle APIs
MIT License
237 stars 122 forks source link

Add ECElGamal Encryptor and Decryptor #127

Closed licy183 closed 3 years ago

licy183 commented 3 years ago

Add ECElGamal Encryptor and Decryptor to Pointy Castle. This is basically a transplant of Bouncy Castle's ECElGamalEncryptor and ECElGamalDecryptor .

Related Issue: #118

mwcw commented 3 years ago

Merged

Myzel394 commented 1 year ago

Hey @licy183 do you have an example on how to use this? Would be awesome for someone who just wants to encrypt strings, like me :D