aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordec05eba <0xdec05eba@gmail.com>2018-06-01 01:52:41 +0200
committerdec05eba <0xdec05eba@gmail.com>2018-06-01 01:52:44 +0200
commit4ca21886696fa7f03c4105e665ddd32d51b3701c (patch)
treea723e50a07a2f33a7c3e128e50663d57410704d1
parent9921c31990255d16a87e7b8155167e3733436904 (diff)
Update readme, crdt
-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.