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

Do not pass the peer's credential to the library wrapper #185

Closed geonnave closed 6 months ago

geonnave commented 6 months ago

Since now the peer's credential is validated at the application side, there is no need to pass it in the constructor.