openwsn-berkeley / lakers

EDHOC implemented in Rust, optimized for microcontrollers, with bindings for C and Python.
https://crates.io/crates/lakers
BSD 3-Clause "New" or "Revised" License
12 stars 10 forks source link

Use `crypto-hacspec` as the default backend for CoAP example #124

Closed malishav closed 8 months ago

malishav commented 8 months ago

The CoAP example currently builds edhoc-rs using crypto-psa backend. This backend fails to build by default on Windows, making it inconvenient to use as a default choice. This issue aims at updating the CoAP example Cargo.toml to build edhoc-rs using crypto-hacspec as the crypto backend.

malishav commented 8 months ago

Closed with #125