From 4ca21886696fa7f03c4105e665ddd32d51b3701c Mon Sep 17 00:00:00 2001 From: dec05eba <0xdec05eba@gmail.com> Date: Fri, 1 Jun 2018 01:52:41 +0200 Subject: Update readme, crdt --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.3