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

Expose C_I to responders #261

Closed chrysn closed 2 months ago

chrysn commented 2 months ago

Depends-On: #260 (therefore, just check the top commit)

Closes: #258

On the Python side, this follows the convention established in #260 to represent ConnId as bytes instead of an integer (so we won't need an API change there once ConnId can get larger)

chrysn commented 2 months ago

All green, squashed and ready for review!

geonnave commented 2 months ago

Good! Thanks.