From 3834b7f1389a43345aa70fb6a729bed0fd7a0921 Mon Sep 17 00:00:00 2001 From: Geovane Fedrecheski Date: Tue, 19 Mar 2024 14:23:52 +0100 Subject: [PATCH] Add lakers: implementation of EDHOC Repo: https://github.com/openwsn-berkeley/lakers --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f9ae874..8dbff29 100644 --- a/README.md +++ b/README.md @@ -1238,6 +1238,7 @@ Work in progress drivers. Help the authors make these crates awesome! 1. [intrusive-collections](https://crates.io/crates/intrusive-collections): intrusive (non-allocating) singly/doubly linked lists and red-black trees - ![crates.io](https://img.shields.io/crates/v/intrusive-collections.svg) 1. [inverted-pin](https://crates.io/crates/inverted-pin): Implementations of the input/output pin traits with inverted logic. ![crates.io](https://img.shields.io/crates/v/inverted-pin.svg) 1. [irq](https://crates.io/crates/irq): utilities for writing interrupt handlers (allows moving data into interrupts, and sharing data between them) - ![crates.io](https://img.shields.io/crates/v/irq.svg) +1. [lakers](https://crates.io/crates/lakers): Microcontroller-optimized [EDHOC](https://datatracker.ietf.org/doc/draft-ietf-lake-edhoc/) implementation, with bindings for C and Python - ![crates.io](https://img.shields.io/crates/v/lakers.svg) 1. [lorawan-encoding](https://github.com/lora-rs/lora-rs/tree/main/lorawan-device): A LoRaWAN packet codec. 1. [lorawan-device](https://github.com/lora-rs/lora-rs/tree/main/lorawan-device): A LoRaWAN MAC implementation supporting both event-driven and async mode. 1. [managed](https://crates.io/crates/managed): provides `ManagedSlice`, `ManagedMap` backed by either their std counterparts or fixed-size buffers for `#![no_std]`. - ![crates.io](https://img.shields.io/crates/v/managed.svg)