Expand description
Testing helpers for dependent crates — only compiled under the testing feature.
Exports MemoryBackend and a constant TEST_PASSWORD so that
dependent crates can stand up disposable keystores in their own tests
without re-deriving Argon2 + AES-GCM boilerplate.
Re-exports§
pub use crate::backend::MemoryBackend;
Constants§
- TEST_
PASSWORD - A fixed, well-known password for test fixtures.