AKushWarrior / steel_crypt

A collection of high-level API's exposing PointyCastle to perform hashing and encrypting in popular/secure algorithms.
https://pub.dev/packages/steel_crypt
Mozilla Public License 2.0
40 stars 10 forks source link

Do keypair generation only on request #28

Closed denis-evteev closed 4 years ago

denis-evteev commented 4 years ago

A fix for #27 — make RSA keypair generation explicit.

AKushWarrior commented 4 years ago

Done in 2.0. RSA is also being deprecated, so... there's that.