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

Make parse_cred safe #169

Closed geonnave closed 7 months ago

geonnave commented 7 months ago

This addresses #163.

geonnave commented 7 months ago

This introduces some early returns, but it is the same as other parsing functions which also do so.