smartpgp-cli: get KDF-DO

This commit is contained in:
Arnaud Fontaine
2018-02-09 10:56:51 +01:00
parent e720a23417
commit 4796f6ea78
3 changed files with 18 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ VALID_COMMANDS={
'put-aes-key': CardConnectionContext.cmd_put_aes_key,
'encrypt-aes': CardConnectionContext.cmd_encrypt_aes,
'decrypt-aes': CardConnectionContext.cmd_decrypt_aes,
'get-kdf': CardConnectionContext.cmd_get_kdf,
'set-kdf': CardConnectionContext.cmd_set_kdf,
}