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

Release 0.6.1? #285

Closed chrysn closed 1 week ago

chrysn commented 1 week ago

With #281, I think we should have interoperable credential-by-value, but it's a bit hard to test without bending all the versions to match.

@geonnave, could we have a release v0.6.1 along with an updated Python release based on what we have, roughly, now, before the big changes of #284 and #274 start hitting main?

geonnave commented 1 week ago

Yes, I can do that.

chrysn commented 1 week ago

Thanks. There's a tiny change I'm just suggesting that'd allow the Python side to use larger buffers; just writing it, should be in in like 20 minutes.

chrysn commented 1 week ago

For the benefit of others who do not read our chat messages: that change was https://github.com/openwsn-berkeley/lakers/pull/286 and is merged now.