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
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 | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.toml | 2 years ago | |
README.md | 2 years ago |
README.md
In Client to Authenticator Protocol terminology, this library is intended for use between the client platform and authenticator.