You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nick Zana 4a816e846c 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.
1 year ago
..
credential-management-proto Remove all clippy warning bypasses 2 years ago
ctap2-proto ctap2-proto: Add cosey dependency for COSE PublicKey type 1 year ago
fido-common fido-common: Derive (Partial)Eq for public_key types 1 year ago
webauthn3-proto Remove all clippy warning bypasses 2 years ago