Skip to content

Commit

Permalink
[Rust] Add Selective Disclosure functionality (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Gregorio <[email protected]>
  • Loading branch information
theosirian and w4ll3 authored Jan 21, 2025
1 parent a1c687a commit 1086b22
Show file tree
Hide file tree
Showing 13 changed files with 639 additions and 101 deletions.
21 changes: 17 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ cose-rs = { git = "https://github.com/spruceid/cose-rs", rev = "0018c9b", featur
] }
isomdl = { git = "https://github.com/spruceid/isomdl", rev = "6084a83" }
oid4vci = { git = "https://github.com/spruceid/oid4vci-rs", rev = "e97b01e" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "5abf66b" }
openid4vp = { git = "https://github.com/spruceid/openid4vp", rev = "8df92db" }
ssi = { version = "0.10.2", features = ["secp256r1", "secp384r1"] }

anyhow = "1.0.95"
Expand All @@ -36,6 +36,7 @@ hex = "0.4.3"
# Default josekit uses openssl which cannot be easily used in a mobile library.
josekit = { git = "https://github.com/cobward/josekit-rs", rev = "635c8a7" }
json-syntax = "0.12.5"
itertools = "0.13"
log = { version = "0.4", features = ["std", "serde"] }
miniz_oxide = "0.7.2"
num-bigint = "0.4.4"
Expand Down
Loading

0 comments on commit 1086b22

Please sign in to comment.