6 releases

new 0.6.0 May 17, 2024
0.5.1 Mar 5, 2024
0.5.0 Feb 8, 2024
0.4.1 Dec 12, 2023

#2 in #edhoc

Download history 8/week @ 2024-02-03 1/week @ 2024-02-10 6/week @ 2024-02-17 14/week @ 2024-02-24 118/week @ 2024-03-02 77/week @ 2024-03-09 5/week @ 2024-03-16 25/week @ 2024-03-30 17/week @ 2024-04-06 52/week @ 2024-04-13 142/week @ 2024-04-20 207/week @ 2024-04-27 129/week @ 2024-05-04 346/week @ 2024-05-11

852 downloads per month
Used in 7 crates

BSD-3-Clause

45KB
953 lines

This crate is part of lakers, a microcontroller-optimized implementation of EDHOC in Rust.


lib.rs:

Common data structures used by lakers and its dependent crates

This crate is separate from lakers to avoid circular dependencies that would otherwise arise from the pattern in which lakers-ead combined the main crate with variations of the protocol's EAD handling. As its types will then likely move over into the main lakers crate, it is recommended to use them through the public re-export there wherever possible.

Dependencies

~0–5.5MB
~13K SLoC