1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-07-07 14:41:10 +03:00

Add ChaCha32Arduino library (#6440)

Adds a lightweight Arduino-compatible implementation of the 32-round ChaCha stream cipher.
Repository: https://github.com/regimantas/ChaCha32Arduino
This commit is contained in:
Regimantas
2025-06-14 14:52:40 +03:00
committed by GitHub
parent 653a8b697c
commit 128a0f49ab

View File

@ -8116,3 +8116,4 @@ https://github.com/EgosFeic/EgLang.git
https://gitlab.com/8bitforce/kdram2560/ https://gitlab.com/8bitforce/kdram2560/
https://github.com/regimantas/EasyInterval https://github.com/regimantas/EasyInterval
https://github.com/GuLinux/AsyncWiFiMulti https://github.com/GuLinux/AsyncWiFiMulti
https://github.com/regimantas/ChaCha32Arduino