Closed mraleph closed 6 years ago
please take a look @stevenroose
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.
Thanks a lot!
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.