Merge branch 'develop' into authenticator-config

This commit is contained in:
kaczmarczyck
2021-01-14 15:14:07 +01:00
committed by GitHub
7 changed files with 264 additions and 119 deletions

View File

@@ -195,7 +195,7 @@ impl From<AuthenticatorClientPinResponse> for cbor::Value {
} = client_pin_response;
cbor_map_options! {
1 => key_agreement.map(|cose_key| cbor_map_btree!(cose_key.0)),
1 => key_agreement.map(cbor::Value::from),
2 => pin_token,
3 => retries,
}