PointyCastle / pointycastle

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

RSAPKCS1SignatureFormatter vs rsaSigner.generateSignature #178

Open DevonteDC opened 5 years ago

DevonteDC commented 5 years ago

.Net Create Signature function and rsaSigner.generateSignature not coming back with same results when used with exact same data, hash, and private keys. Wondering if these two are just incompatible If I had to send signed data from Dart to .Net for verification.