trussed-dev / ctap-types

3 stars 9 forks source link

Use cosey #36

Closed robin-nitrokey closed 4 months ago

robin-nitrokey commented 5 months ago

The ctap_types::cose module contains the same functionality as the cosey crate. Using cosey instead of the module reduces code duplication and binary size.

Before we can switch to using cosey, we need to backport the changes from https://github.com/trussed-dev/ctap-types/pull/8:

robin-nitrokey commented 4 months ago

Done in: https://github.com/trussed-dev/ctap-types/pull/37