//! `bergshamra`-backed XML security (feature `crypto-bergshamra`).
use crateXmlSecurityBackend;
use crateSamlError;
/// [`XmlSecurityBackend`] implementation backed by the `bergshamra` crate.
///
/// Verifies enveloped XML-DSig signatures against a metadata certificate using
/// `trusted_keys_only` + `strict_verification` (see [`crate::crypto::verify`]).
;