From 788d75621af3a7d19e539cc5d4b266550b311e69 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Mon, 30 Jun 2025 16:25:33 +0200 Subject: [PATCH] adds one more link in Codex Encryption Design --- 10 Notes/Codex Encryption Design.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/10 Notes/Codex Encryption Design.md b/10 Notes/Codex Encryption Design.md index edc6780..38aaaef 100644 --- a/10 Notes/Codex Encryption Design.md +++ b/10 Notes/Codex Encryption Design.md @@ -25,4 +25,5 @@ If storing 512 bits (as opposed to a 256 bit minimum) of key material is a probl Some context info: - [bearssl](https://bearssl.org/) -- [bearssl Nim bindings](https://github.com/status-im/nim-bearssl) \ No newline at end of file +- [bearssl Nim bindings](https://github.com/status-im/nim-bearssl) +- A nice example of using BearSSL encryption API (Arduino) https://github.com/kakopappa/esp8266-aes-cbc-encryption-decryption/blob/main/esp8266-aes-cbc-encryption-decryption.ino \ No newline at end of file