assafvayner HF Staff commited on
Commit
0db3164
·
verified ·
1 Parent(s): 46136e1

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -10,12 +10,24 @@ The files in this repository are intended to provide a reference to content proc
10
  The contents are as described:
11
 
12
  - `Electric_Vehicle_Population_Data_20250917.csv` - the original file
 
 
 
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).
 
 
 
 
 
 
 
10
  The contents are as described:
11
 
12
  - `Electric_Vehicle_Population_Data_20250917.csv` - the original file
13
+
14
+ ----
15
+
16
  - `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
17
  - The chunk lengths can be used to verify that a chunker implementation is producing correct chunk boundaries.
18
  - The hashes can be used to verify that an hasher implementation is computing hashes correctly given the listed chunk lengths.
19
  - `Electric_Vehicle_Population_Data_20250917.csv.xet-file-hash` - contains the result file hash in string format.
20
+
21
+ ----
22
+
23
  - `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`
24
  - `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`
25
  - `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632.xorb.chunks` - a list of the chunk hashes and lengths in xorb `eea25d6ee393ccae385820daed127b96ef0ea034dfb7cf6da3a950ce334b7632`.
26
  - The chunks in this file are the same chunks in the same order as listed in `Electric_Vehicle_Population_Data_20250917.csv.chunks`
27
+ - `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)
28
+
29
+ ----
30
+
31
+ - `b10aa1dc71c61661de92280c41a188aabc47981739b785724a099945d8dc5ce4.chunk` - the first chunk data out of `Electric_Vehicle_Population_Data_20250917.csv.chunks`; the chunk hash in string format for this chunk is `b10aa1dc71c61661de92280c41a188aabc47981739b785724a099945d8dc5ce4`
32
+ - `26255591fa803b6baf25d88c315b8a6f5153d5bcfdf18ec5ef526264e0ccc907.chunk` - the first chunk data out of `Electric_Vehicle_Population_Data_20250917.csv.chunks`; the chunk hash in string format for this chunk is `26255591fa803b6baf25d88c315b8a6f5153d5bcfdf18ec5ef526264e0ccc907`
33
+ - `099cb228194fe640e36a6c7d274ee5ed3a714ccd557a0951d9b6b43a7292b5d1.chunk` - the first chunk data out of `Electric_Vehicle_Population_Data_20250917.csv.chunks`; the chunk hash in string format for this chunk is `099cb228194fe640e36a6c7d274ee5ed3a714ccd557a0951d9b6b43a7292b5d1`