diff options
-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. |