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

Improve credential handling #178

Closed geonnave closed 5 months ago

geonnave commented 6 months ago

The message split change (#174) added a new (owned) type for credentials, but without removing the pre-existing type, as the needed refactor would be too large. This issue aims at fixing that.

geonnave commented 5 months ago

Addressed in #189.