feat: parse pgp cert works

This commit is contained in:
2021-07-10 00:12:08 +08:00
parent c5e105ebc9
commit a8ca665ce9
5 changed files with 131 additions and 15 deletions

View File

@@ -54,10 +54,10 @@ impl Command for CommandImpl {
manager.register(
flags,
timeout_ms,
chall_bytes.clone(),
app_bytes.clone(),
chall_bytes,
app_bytes,
vec![],
status_tx.clone(),
status_tx,
callback,
)?;