PointyCastle / pointycastle

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

Allow creating RSASigner without a registry #129

Closed mraleph closed 6 years ago

mraleph commented 6 years ago

One can't create RSASigner in a Flutter application because it tries to instantiate new AsymmetricBlockCipher("RSA/PKCS1"); which does not work without a registry.

mraleph commented 6 years ago

please take a look @stevenroose

stevenroose commented 6 years ago

I didn't spot that there. I think this change makes sense since the registry is kinda broken anyway. I'm thinking of reverting the registry to the original one. I just don't have time to work on PC anymore :(

I'll accept this and update pub.

stevenroose commented 6 years ago

Thanks a lot!