ProtonMail / gopenpgp

A high-level OpenPGP library

Home Page:https://gopenpgp.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Q: Is there a way of verifyng binary signature?

marcin-michalek-miquido opened this issue · comments

Hello, is there a way of verifying binary signatures? I have a signed message

-----BEGIN PGP MESSAGE-----
//encoded data
-----END PGP MESSAGE-----

and a public key and I'd like to use the library to verify the signature. The message data is not encrypted.

Cheers