module Capsium::Package::OpenPgp

OpenPGP support (signatures per ARCHITECTURE.md section 6a and encryption per section 6b) through the rnp gem’s binding to librnp.

rnp is a soft dependency: it is only required when an OpenPGP feature is actually used, and this module is the single place that loads it. When the rnp gem or the librnp shared library cannot be loaded, the entry points raise OpenPgpUnavailableError with installation guidance.