add subcommand to remove key from device
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2019-09-22 18:42:38 +02:00
parent de76f3f480
commit 50fad9ce92
4 changed files with 91 additions and 26 deletions

View File

@@ -18,6 +18,7 @@ mod cli;
mod config;
mod device;
mod error;
mod util;
fn open_container(device: &PathBuf, name: &str, secret: &[u8; 32]) -> Fido2LuksResult<()> {
let mut handle = luks::open(device.canonicalize()?)?.luks1()?;