Skip to content

Commit 1e11333

Browse files
committed
add: ecc file specification
Signed-off-by: Stephen L. <lrq3000@gmail.com>
1 parent db562b5 commit 1e11333

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ecc_specification.txt

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**This is an example ECC file with clear specification of each field. Lines beginning with ** and finishing with a line return \n are considered comments. In fact, all lines before the first entrymarker are considered comments and are just skipped. Note that after the headers comments, the file is binary, and thus there's no line returns.
2+
**SOFTWAREIDENTv111...000**
3+
** Parameters: <recap-of-parameters-here>
4+
** Parameters: <recap-of-parameters-here>
5+
** Parameters: <recap-of-parameters-here>
6+
** Generated under <recap-of-ecc-algorithm-and-parameters-here>.
7+
<entry-marker>[relative-file1-path.file-extension]<field_delim>[file-size]<field_delim>[relative-file1-path-ecc]<field_delim>[block0-hash][block0-ecc][block1-hash][block1-ecc][block2-hash][block2-ecc]...<entry-marker>[relative-file2-path.file-extension]<field_delim>[file-size]<field_delim>[relative-file2-path-ecc]<field_delim>[block0-hash][block0-ecc][block1-hash][block1-ecc][block2-hash][block2-ecc]...

0 commit comments

Comments
 (0)