//! Shared `#[cfg(test)]`-only fixtures for this crate's test suites.
use KeyStore;
/// A fresh [`KeyStore`] at a unique temp path, with one key already generated.
///
/// Duplicated from `dpp-crypto`'s own test support rather than shared: a
/// `#[cfg(test)]` module is private to its crate, and exposing it across a
/// crate boundary would mean shipping test scaffolding in the published API.
pub