forked from trussed-dev/fido-authenticator
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This mainly brings the following changes: - Many types are now non-exhaustive, so we need to use Default or builders. - Use byte arrays instead of slices or Bytes<_> for fixed-length byte strings. - Use references for all requests where possible. - Replace ctap_types::cose with the cosey crate to de-duplicate code.
- Loading branch information
1 parent
07ff03b
commit 79b05b5
Showing
9 changed files
with
191 additions
and
174 deletions.
There are no files selected for viewing
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
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
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
Oops, something went wrong.