aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-06-01 01:52:41 +0200
committerdec05eba <dec05eba@protonmail.com>2020-08-18 23:25:46 +0200
commit43968e535338d025e360df5142ddfaa1fe05f744 (patch)
treed5aea6a8d10a58776a624c7da4513b8dabd63d2d /README.md
parent58e2f58c522e2ffdce99b20b1aab1c515c7e183d (diff)
Update readme, crdt
Diffstat (limited to 'README.md')
-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.