bitwarden-core 3.0.0

Internal crate for the bitwarden crate. Do not use.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Mobile specific functionality.
//!
//! This module consists of stop-gap functionality for the mobile clients until the SDK owns it's
//! own state.

mod kdf;

mod client_kdf;

pub use client_kdf::KdfClient;