aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2d70bf8..528e22d 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
# odhtdb
-Decentralized key-value database using OpenDHT for decentralized communication.
+Decentralized key-value database using OpenDHT for decentralized communication. CRDT is used to replicate data across nodes.
## End-to-end encryption
Data is signed using ed25519, encrypted using xchacha20-poly1305 ietf and hashed using Blake2b.
See src/Encryption.cpp, src/Signature.cpp and src/Hash.cpp.