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

Python: test both with and without message_4 #323

Open geonnave opened 3 days ago

geonnave commented 3 days ago

Currently it only tests with message_4. Ideally should test both. We could do like we do in lib/src/lib.rs where the authz test use without message_4 and the non-ead test uses message_4.