Skip to content

Add PGP verification using pacman-key

David Runge requested to merge pgp_signature_verification into main

Add verification of detached PGP signatures using pacman-key. Different implementations of other verification schemes may be implemented based on the abstract base class PGPVerifier (or any other).

Fixes #28 (closed)

Merge request reports