aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkarissa <krmckelv@gmail.com>2017-05-04 10:26:37 -0700
committerkarissa <krmckelv@gmail.com>2017-05-04 10:26:37 -0700
commit174502e65cf2e7cf65d5ddb0b03f13f36ca58b05 (patch)
treecd3599f1fd43bac819562cb08f07f588d3651d6a
parent645b02fd2bf09c2790dd7da2f76f263ccfb4ce53 (diff)
downloaddat-docs-174502e65cf2e7cf65d5ddb0b03f13f36ca58b05.tar.gz
dat-docs-174502e65cf2e7cf65d5ddb0b03f13f36ca58b05.zip
update abstract to remove passive voice and improve readability for newcomers
-rw-r--r--papers/dat-paper.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/papers/dat-paper.md b/papers/dat-paper.md
index 4b6482b..157aef0 100644
--- a/papers/dat-paper.md
+++ b/papers/dat-paper.md
@@ -1,6 +1,6 @@
# Abstract
-Dat is a protocol designed for syncing folders of data, even if they are large or changing constantly. A cryptographically secure register of changes to the data over time is used to ensure dataset versions are distributed as exact copies of exact versions. Any byte range of any version of any file can be efficiently streamed from a Dat repository over a network connection. Consumers can choose to fully or partially replicate the contents of a remote Dat repository, and can also subscribe to live changes. Dat uses built-in public key cryptography to encrypt network traffic, allowing it to make certain privacy and security guarantees. A group of Dat clients can connect to each other to form a public or private decentralized network to exchange data amognst each other in a swarm. A reference implementation is provided in JavaScript.
+Dat is a protocol designed for syncing folders of data, even if they are large or changing constantly. Dat uses a cryptographically secure register of changes to prove that the requested data version is distributed. A byte range of any file's version can be efficiently streamed from a Dat repository over a network connection. Consumers can choose to fully or partially replicate the contents of a remote Dat repository, and can also subscribe to live changes. To ensure writer and reader privacy, Dat uses public key cryptography to encrypt network traffic. A group of Dat clients can connect to each other to form a public or private decentralized network to exchange data between each other. A reference implementation is provided in JavaScript.
# 1. Background