Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit

Permalink
Add mDoc reader functions (#22)
Browse files Browse the repository at this point in the history
Also:
- fix the value of ident (from hex string to raw bytes)
  • Loading branch information
sbihel authored Sep 4, 2024
1 parent 024801f commit 3e80839
Show file tree
Hide file tree
Showing 13 changed files with 1,146 additions and 265 deletions.
488 changes: 274 additions & 214 deletions Cargo.lock

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ isomdl = { git = "https://github.com/spruceid/isomdl", rev = "1f4f762" }
thiserror = "1.0.56"
hex = "0.4.3"
p256 = { version = "0.13.2", features = ["pkcs8"] }
pem-rfc7468 = "0.7.0"
serde = { version = "1.0.204", features = ["derive"] }
serde_cbor = "0.11.2"
serde_json = "1.0.111"
Expand Down
Loading

0 comments on commit 3e80839

Please sign in to comment.