Skip to content

Commit

Permalink
Merge pull request #125 from malishav/124-use-crypto-hacspec-as-the-d…
Browse files Browse the repository at this point in the history
…efault-backend-for-coap-example

#124: Build coap example using crypto-hacspec backend
  • Loading branch information
malishav authored Nov 4, 2023
2 parents 14ba461 + ae85b7e commit d9eafa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"

[dependencies]
edhoc-rs = { path = "../../lib", features = [ "crypto-psa" ] }
edhoc-rs = { path = "../../lib", features = [ "crypto-hacspec" ] }
hexlit = "0.5.3"
coap = { version = "0.13" }
coap-lite = { version = "0.11.3" }

0 comments on commit d9eafa2

Please sign in to comment.