Skip to content

Commit

Permalink
fixup! fixup! refactor!: Move crypto operations into a trait.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrysn committed Oct 8, 2023
1 parent 3dcae3f commit 0b51c40
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/edhoc-rs-no_std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ edition = "2021"

[dependencies]
edhoc-rs = { path = "../../lib", default-features = false }
edhoc-crypto = { path = "../../crypto", default-features = false }
hexlit = "0.5.3"

# depend on an allocator
Expand Down

0 comments on commit 0b51c40

Please sign in to comment.