ctap2-proto: Add cosey dependency for COSE PublicKey type
Used to manage serialization and deserialization of COSE public keys instead of coset in order to be able to derive De/Serialize for types that include COSE public keys as fields in CBOR messages. coset is inadequate for the purpose because it uses a distinct AsCborSerialize trait instead of the standard serde::{Serialize, Deserialize} traits.main
parent
5ea0cfeb9e
commit
4a816e846c
Loading…
Reference in New Issue