From 128a0f49ab0c67d4a424df606ff9c96a8c554c81 Mon Sep 17 00:00:00 2001 From: Regimantas Date: Sat, 14 Jun 2025 14:52:40 +0300 Subject: [PATCH] Add ChaCha32Arduino library (#6440) 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 97fdb511..c185a75f 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