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 cfc7856894 Patch serde to github.com/AndrewScull/serde fork
serde_derive does not currently support using integer values as map
keys. CTAP uses integer values for various CBOR map keys. In order to
properly serialize and deserialize types for the CTAP protocol, a forked
version of serde from a pull request that adds support for renaming
field keys as integer types is used.

Tracked in <https://github.com/serde-rs/serde/pull/2209>
2 years ago
..
src ctap2-proto: Derive serde for device::Info 2 years ago
.gitignore Add ctap2-proto crate 2 years ago
Cargo.toml Patch serde to github.com/AndrewScull/serde fork 2 years ago
README.md Add ctap2-proto crate 2 years ago

README.md

In Client to Authenticator Protocol terminology, this library is intended for use between the client platform and authenticator.