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

Add cpp_compat for C headers #231

Closed BrianSipos closed 4 months ago

BrianSipos commented 4 months ago

This affects the headers for the lakers_shared and lakers_c libraries.

Closes #230

geonnave commented 4 months ago

Looks good, thank you!