Skip to content

Commit

Permalink
Merge pull request trussed-dev#2 from robin-nitrokey/cose
Browse files Browse the repository at this point in the history
Make COSE deserialization more robust
  • Loading branch information
robin-nitrokey authored Feb 27, 2023
2 parents 7fa0f08 + 694b93e commit d6cc1f5
Show file tree
Hide file tree
Showing 3 changed files with 303 additions and 255 deletions.
4 changes: 4 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,9 @@ serde_repr = "0.1"
log-all = ["cbor-smol/log-all"]
log-none = []

[dev-dependencies]
hex = "0.4.3"
quickcheck = "1.0.3"

# [patch.crates-io]
# heapless = { git = "https://github.com/nickray/heapless", branch = "bytebuf-0.5.6" }
Loading

0 comments on commit d6cc1f5

Please sign in to comment.