pub fn get_pepper(vault_id: &str) -> Result<Option<[u8; 32]>, String>
Read the pepper for vault_id. Ok(None) means no entry exists on this device (the caller then falls back to the recovery code).
vault_id
Ok(None)