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

Safe access to buffer via `.get(index)?` #138

Closed geonnave closed 8 months ago

geonnave commented 8 months ago

@malishav as discussed, this is a proposal for safely accessing the received buffer. Added a partial implementation to enable a quick first-pass review.

geonnave commented 8 months ago

This was superseded by #140 and #153.