From 9ad7f4b91ee4e8e52ada6238f270c9c50601abe8 Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Tue, 17 Jun 2025 13:34:32 +0200 Subject: [PATCH] Renames "Code Encryption Basis" to "Codex Encryption Basis" --- ...Code Encryption Basis.md => Codex Encryption Basis.md} | 7 ++++++- 10 Notes/Codex Encryption Design.md | 8 ++++++++ README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) rename 10 Notes/{Code Encryption Basis.md => Codex Encryption Basis.md} (98%) create mode 100644 10 Notes/Codex Encryption Design.md diff --git a/10 Notes/Code Encryption Basis.md b/10 Notes/Codex Encryption Basis.md similarity index 98% rename from 10 Notes/Code Encryption Basis.md rename to 10 Notes/Codex Encryption Basis.md index 6419b97..c32c56b 100644 --- a/10 Notes/Code Encryption Basis.md +++ b/10 Notes/Codex Encryption Basis.md @@ -1,4 +1,9 @@ -We want some kind of encryption of user data, definitely on by default (maybe even enforced in all cases). ^comment-1 +--- +related-to: + - "[[Codex Encryption Design]]" + - "[[Codex Encryption Implementation]]" +--- +We want some kind of encryption of user data, definitely on by default (maybe even enforced in all cases). Some observations: diff --git a/10 Notes/Codex Encryption Design.md b/10 Notes/Codex Encryption Design.md new file mode 100644 index 0000000..b288933 --- /dev/null +++ b/10 Notes/Codex Encryption Design.md @@ -0,0 +1,8 @@ +--- +related-to: + - "[[Codex Encryption Basis]]" +--- +Some context info: + +- [bearssl](https://bearssl.org/) +- [bearssl Nim bindings](https://github.com/status-im/nim-bearssl) \ No newline at end of file diff --git a/README.md b/README.md index 65d181c..500fc21 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ all Codex-related docs. Some featured documents: -- [[Code Encryption Basis]] +- [[Codex Encryption Basis]] - [[How to build Codex on Ubuntu 24 (VM)]] - [[Compilation error when using `auto` types and Questionable]]