move Kdf and KeyInfo to pbs_api_types workspace

This commit is contained in:
Dietmar Maurer
2021-09-06 10:19:29 +02:00
parent f46806414a
commit 45d5d873ce
6 changed files with 63 additions and 57 deletions

View File

@ -11,8 +11,7 @@ use proxmox::{
},
};
use pbs_api_types::Fingerprint;
use pbs_datastore::{KeyInfo, Kdf};
use pbs_api_types::{Fingerprint, KeyInfo, Kdf};
use pbs_datastore::key_derivation::KeyConfig;
use pbs_config::open_backup_lockfile;

View File

@ -11,8 +11,7 @@ use proxmox::{
sys::linux::tty,
};
use pbs_api_types::Fingerprint;
use pbs_datastore::Kdf;
use pbs_api_types::{Fingerprint, Kdf};
use pbs_datastore::paperkey::{PaperkeyFormat, generate_paper_key};
use proxmox_backup::{