generated from TBD54566975/tbd-project-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Presentation Definition and use test vectors (#192)
* Pure rust impl of PEX select_credentials * Test vectors * Use uuid * Rename test * Clean up code a bit * Remove file nesting * Lint * Add submodule to CI * woops --force * Lint
- Loading branch information
Diane Huxley
authored
May 10, 2024
1 parent
b847389
commit dcc0283
Showing
12 changed files
with
316 additions
and
211 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[submodule "web5-spec"] | ||
path = web5-spec | ||
url = [email protected]:TBD54566975/web5-spec.git |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
pub mod pex; | ||
pub mod presentation_definition; | ||
pub mod vc; |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
204 changes: 0 additions & 204 deletions
204
crates/credentials/src/pex/v2/presentation_definition.rs
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.