mattosaurus / PgpCore

.NET Core class library for using PGP
MIT License
244 stars 98 forks source link

Error handling #242

Open mattosaurus opened 1 year ago

mattosaurus commented 1 year ago

The current error messages are pretty unhelpful and mostly just bubble up from BouncyCastle. Ideally we would provide a more useful error to the user.

222