From 8b59c2fd0c1843e7b3772e6ac5701fd27dd05da7 Mon Sep 17 00:00:00 2001 From: CslashM Date: Fri, 26 Jun 2026 17:38:01 +0200 Subject: [PATCH] Add krypteia to no-std WIP crates --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b42e8d4..cd53859 100644 --- a/README.md +++ b/README.md @@ -1407,6 +1407,7 @@ Work in progress drivers. Help the authors make these crates awesome! Work in progress crates. Help the authors make these crates awesome! +- [🤖 krypteia](https://codeberg.org/cslashm/krypteia): Pure-Rust `no_std` post-quantum (ML-KEM/ML-DSA/SLH-DSA) and classical cryptography, side-channel hardened, zero-dependency. [![crates.io](https://img.shields.io/crates/v/krypteia-quantica.svg)](https://crates.io/crates/krypteia-quantica) - [light-cli](https://github.com/rudihorn/light-cli): a lightweight heapless cli interface [![crates.io](https://img.shields.io/crates/v/light_cli.svg)](https://crates.io/crates/light_cli) - [OxCC](https://github.com/jonlamb-gh/oxcc): A port of Open Source Car Control written in Rust - [Rubble](https://github.com/jonas-schievink/rubble): A pure-Rust embedded BLE stack [![crates.io](https://img.shields.io/crates/v/rubble.svg)](https://crates.io/crates/rubble)