Update README.md
Browse files
README.md
CHANGED
@@ -13,4 +13,9 @@ The contents are as described:
|
|
13 |
- `Electric_Vehicle_Population_Data_20250917.csv.chunks` - a list of the chunk hashes and lengths in order when processing the file using the chunking algorithm
|
14 |
- The chunk lengths can be used to verify that a chunker implementation is producing correct chunk boundaries.
|
15 |
- The hashes can be used to verify that an hasher implementation is computing hashes correctly given the listed chunk lengths.
|
16 |
-
- `Electric_Vehicle_Population_Data_20250917.csv.xet-file-hash` - contains the result file hash in string format.
|
|
|
|
|
|
|
|
|
|
|
|
13 |
- `Electric_Vehicle_Population_Data_20250917.csv.chunks` - a list of the chunk hashes and lengths in order when processing the file using the chunking algorithm
|
14 |
- The chunk lengths can be used to verify that a chunker implementation is producing correct chunk boundaries.
|
15 |
- The hashes can be used to verify that an hasher implementation is computing hashes correctly given the listed chunk lengths.
|
16 |
+
- `Electric_Vehicle_Population_Data_20250917.csv.xet-file-hash` - contains the result file hash in string format.
|
17 |
+
- `Electric_Vehicle_Population_Data_20250917.csv.xet-xorb-hash` - contains the xorb hash `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632` that is the xorb that contains all the chunks that make up the file `Electric_Vehicle_Population_Data_20250917.csv`
|
18 |
+
- `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb` - contains the serialized contents of the xorb with hash `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632` that contains all of the chunks for the file `Electric_Vehicle_Population_Data_20250917.csv`
|
19 |
+
- `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb.chunks` - a list of the chunk hashes and lengths in xorb `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632`.
|
20 |
+
- The chunks in this file are the same chunks in the same order as listed in `Electric_Vehicle_Population_Data_20250917.csv.chunks`
|
21 |
+
- `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb.range-hash` - contains the range verification hash computed for all the chunks in xorb eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632 (its chunks are listed in the file eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb.chunks).
|