5 releases

0.5.1 Mar 5, 2024
0.5.0 Feb 8, 2024
0.4.1 Dec 12, 2023
0.4.0 Dec 12, 2023
0.4.0-alpha.1 Dec 6, 2023

#1401 in Cryptography

Download history 9/week @ 2024-02-04 6/week @ 2024-02-18 14/week @ 2024-02-25 125/week @ 2024-03-03 74/week @ 2024-03-10 1/week @ 2024-03-17 29/week @ 2024-03-31

111 downloads per month
Used in 7 crates

BSD-3-Clause

36KB
826 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–7MB
~13K SLoC