Renames "Code Encryption Basis" to "Codex Encryption Basis"

This commit is contained in:
Marcin Czenko 2025-06-17 13:34:32 +02:00
parent d12344c104
commit 9ad7f4b91e
No known key found for this signature in database
GPG Key ID: 33DEA0C8E30937C0
3 changed files with 15 additions and 2 deletions

View File

@ -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:

View File

@ -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)

View File

@ -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]]