aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2017-10-29 20:21:46 -0700
committerBryan Newbold <bnewbold@archive.org>2017-10-29 20:21:48 -0700
commitce7a857da282b952433a9ddb615c16f1e5b3a23e (patch)
tree9e575d5000fb09128237c7151de3f90bc2e73bed
parentd9392d4efbb385f70c01c592abe92bdcf16492bb (diff)
downloaddat-docs-ce7a857da282b952433a9ddb615c16f1e5b3a23e.tar.gz
dat-docs-ce7a857da282b952433a9ddb615c16f1e5b3a23e.zip
clarify Ed25519 capitalization and hash/cipher terminology
-rw-r--r--papers/sleep.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/papers/sleep.md b/papers/sleep.md
index 1694282..d7349f4 100644
--- a/papers/sleep.md
+++ b/papers/sleep.md
@@ -51,7 +51,7 @@ SLEEP files are laid out like this:
- 1 byte - version number of the file header protocol, current version is 0
- 2 byte Uint16BE - entry size, describes how long each entry in the file is
- 1 byte - length prefix for body
- - rest of 32 byte header - string describing key algorithm (in dat 'ed25519'). length of this string matches the length in the previous length prefix field. This string must fit within the 32 byte header limitation (24 bytes reserved for string). Unused bytes should be filled with zeroes.
+ - rest of 32 byte header - string describing key or hash algorithm. length of this string matches the length in the previous length prefix field. This string must fit within the 32 byte header limitation (24 bytes reserved for string). Unused bytes should be filled with zeroes.
Possible values in the Dat implementation for the body field are:
@@ -421,4 +421,4 @@ These are the field definitions:
- `mtime` - POSIX modified_at time
- `mtime` - POSIX created_at time
-## References \ No newline at end of file
+## References