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

Refactor process_message_3 to follow implementation guidelines #129

Closed malishav closed 8 months ago

malishav commented 8 months ago

i_process_message_2 in the library has been refactored to reflect guidelines in draft-tiloca-lake-implem-cons to assure consistent and generic processing of authentication credentials and EAD items. r_process_messsage_3 is still in its old state. This issue aims at updating r_process_message_3 to be in line with i_process_message_2.