mattosaurus / PgpCore

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

Create missing interfaces #240

Closed mattosaurus closed 12 months ago

mattosaurus commented 1 year ago

There's currently ISign and IEncrypt interfaces but nothing for decrypting or verification. The existing ones are also probably missing methods.