//! Signature verification helpers.
use crateResult;
use ;
/// Verifies a downloaded payload against a Minisign public key and detached signature.
///
/// This is the low-level verification primitive used by the updater before any
/// installer bytes are handed to the platform-specific install path.