forked from trussed-dev/fido-authenticator
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use custom struct in EncryptedSerializedCredential
Previously, EncryptedSerializedCredential was a wrapper for trussed::api::reply::Encrypt. As we want to remove the serde trait implementations for the Trussed request and reply structs, this patch changes the EncryptedSerializedCredential to directly store the relevant information and implement the serde traits. See also: trussed-dev/trussed#183
- Loading branch information
1 parent
63a1479
commit 0d0b5ec
Showing
1 changed file
with
36 additions
and
14 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