new CoseKey data format

This commit is contained in:
Fabian Kaczmarczyck
2021-01-12 15:11:20 +01:00
parent 688d11c6b6
commit 2776bd9b8e
6 changed files with 196 additions and 99 deletions

View File

@@ -192,7 +192,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,
}