summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Fougner <fougner89@gmail.com>2023-01-07 14:32:38 +0100
committerAlexander Fougner <fougner89@gmail.com>2023-01-07 14:38:15 +0100
commitefdadd3c2c36e9ed47e791ffabe6691f8d74f0e1 (patch)
tree6fdb30ed95567b6dfadf9a89a1ee284c0988e6ba
parentb62399a10b816a2989083988e5565b9602ddf3df (diff)
Fix repo location
Signed-off-by: Alexander Fougner <fougner89@gmail.com>
-rw-r--r--Encryption.mdwn4
1 files changed, 1 insertions, 3 deletions
diff --git a/Encryption.mdwn b/Encryption.mdwn
index 4f8a76c..1426764 100644
--- a/Encryption.mdwn
+++ b/Encryption.mdwn
@@ -5,13 +5,11 @@ implementers of cryptography code, before the design is frozen. Everything
described in this document has been implemented and tested.
The code may be found at
-[[https://evilpiepirate.org/git/linux-bcache.git/log/?h=bcache-encryption]]
+[[https://evilpiepirate.org/git/bcachefs.git/log/?h=master]]
Feedback and comments should be sent to Kent Overstreet,
kent.overstreet@gmail.com.
-Main bcachefs page: [[Bcachefs]]
-
## Intro:
Bcachefs provides whole-filesystem encryption, using ChaCha20/Poly1305.