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
13 stars 10 forks source link

Hacspec compatibility: suggestions from Karthik #80

Closed geonnave closed 1 year ago

geonnave commented 1 year ago

Here are some changes suggested by @karthikbhargavan to enable translation into fstar using hax:

The items above are being addressed in PR #81.

In addition, there are other issues that arise when running cargo hax into fstar, but these are not straightforward to fix from the edhoc-hacspec side:

geonnave commented 1 year ago

This is basically solved now:

geonnave commented 1 year ago

Solved in #81