From a558c7a95ed39faf974a4ea43a7809d0c2cea2dd Mon Sep 17 00:00:00 2001 From: Regimantas Date: Sat, 14 Jun 2025 14:51:48 +0300 Subject: [PATCH] Add ChaCha32Arduino library Adds a lightweight Arduino-compatible implementation of the 32-round ChaCha stream cipher. Repository: https://github.com/regimantas/ChaCha32Arduino --- repositories.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/repositories.txt b/repositories.txt index 97fdb5112..c185a75f4 100644 --- a/repositories.txt +++ b/repositories.txt @@ -8116,3 +8116,4 @@ https://github.com/EgosFeic/EgLang.git https://gitlab.com/8bitforce/kdram2560/ https://github.com/regimantas/EasyInterval https://github.com/GuLinux/AsyncWiFiMulti +https://github.com/regimantas/ChaCha32Arduino