Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove cbor_serialize_message helper #106

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Remove cbor_serialize_message helper #106

merged 1 commit into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. Remove cbor_serialize_message helper

    The cbor_serialize_message helper mixed re-exports of cbor-smol from
    trussed and ctap-types.  This can be problematic if both select
    different versions.  It could be fixed by keeping both in sync, but to
    avoid this problem entirely, we can also just use cbor_serialize_bytes
    from Trussed directly.
    robin-nitrokey committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c145a45 View commit details
    Browse the repository at this point in the history