Skip to main content

Module testing

Module testing 

Source
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.