bitwarden_core/mobile/
mod.rs

1//! Mobile specific functionality.
2//!
3//! This module consists of stop-gap functionality for the mobile clients until the SDK owns it's
4//! own state.
5
6mod kdf;
7
8mod client_kdf;
9
10pub use client_kdf::KdfClient;