diff options
author | dec05eba <0xdec05eba@gmail.com> | 2018-06-01 01:52:41 +0200 |
---|---|---|
committer | dec05eba <0xdec05eba@gmail.com> | 2018-06-01 01:52:44 +0200 |
commit | 4ca21886696fa7f03c4105e665ddd32d51b3701c (patch) | |
tree | a723e50a07a2f33a7c3e128e50663d57410704d1 | |
parent | 9921c31990255d16a87e7b8155167e3733436904 (diff) |
Update readme, crdt
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |