diff options
author | =^._.^= <maxogden@users.noreply.github.com> | 2017-12-08 16:28:20 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-08 16:28:20 -0800 |
commit | aec3a57822c5200d6b5f7551bc1dc5e9821769b6 (patch) | |
tree | 853d1591f685465b8bac1ce79c3a5c6b72356376 /papers/dat-paper.md | |
parent | 02c899d36f48d73836fc4cd4db56fe6bf09b85f5 (diff) | |
parent | ce7a857da282b952433a9ddb615c16f1e5b3a23e (diff) | |
download | dat-docs-aec3a57822c5200d6b5f7551bc1dc5e9821769b6.tar.gz dat-docs-aec3a57822c5200d6b5f7551bc1dc5e9821769b6.zip |
Merge pull request #95 from bnewbold/bnewbold-spec-tweaks
Yet more paper tweaks
Diffstat (limited to 'papers/dat-paper.md')
-rw-r--r-- | papers/dat-paper.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/papers/dat-paper.md b/papers/dat-paper.md index 556edae..43b1b01 100644 --- a/papers/dat-paper.md +++ b/papers/dat-paper.md @@ -329,7 +329,7 @@ To generate this varint, you bitshift the 4-bit type integer onto the end of the Type 0. Should be the first message sent on a channel. - `discoveryKey` - A BLAKE2b keyed hash of the string 'hypercore' using the public key of the metadata register as the key. -- `nonce` - 32 bytes of random binary data, used in our encryption scheme +- `nonce` - 24 bytes (192 bits) of random binary data, used in our encryption scheme ``` message Feed { |