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

Parse multiple cipher suites #68

Closed geonnave closed 1 year ago

geonnave commented 1 year ago

Addressing #65, this enables parsing of several cipher suites and selection of the supported ones. Error handling was introduced as well.

Note: since PR #69 builds on this PR, we could just merge that one and drop this, once it is all reviewed.