-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ctap-types and fido-authenticator
This patch updates ctap-types so that it uses the COSE implementation in the cosey crate instead of shipping its own identical cose module. This reduces code duplication and has a small effect on the binary size. We also need to update fido-authenticator to use cosey instead of ctap_types::cosey, and we need to update cose so that it includes a fix that we previously applied to the cose module in ctap-types. Additionally, many other optimizations of ctap-types and fido-authenticator are pulled in with this patch.
- Loading branch information
1 parent
0d7209f
commit 3ea6845
Showing
2 changed files
with
17 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters