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
13 stars 10 forks source link

Remove hacspec-specific code from no_std example #52

Closed geonnave closed 1 year ago

geonnave commented 1 year ago

It fails when running cargo build --target="thumbv7em-none-eabihf" --no-default-features --features="rust-psa, rtt" --release

malishav commented 1 year ago

@geonnave Can I close this issue?

geonnave commented 1 year ago

@malishav yes, this was solved by #54.