src/backup/crypt_setup.rs: crypto helpers

This commit is contained in:
Dietmar Maurer
2019-06-08 09:51:49 +02:00
parent a207352d68
commit 48b4b40b57
2 changed files with 151 additions and 0 deletions

View File

@ -107,6 +107,9 @@ macro_rules! PROXMOX_BACKUP_PROTOCOL_ID_V1 {
() => { "proxmox-backup-protocol-v1" }
}
mod crypt_setup;
pub use crypt_setup::*;
mod chunk_stream;
pub use chunk_stream::*;