]> git.mxchange.org Git - core.git/blobdiff - contrib/file_stack/format.txt
Continued with file-based stacks:
[core.git] / contrib / file_stack / format.txt
index 637baf6f811203c1cf9449e20a223674c8e1297b..9d88c78ebe2c7d6fd83012e43005f2e85855aa6c 100644 (file)
@@ -15,7 +15,7 @@ Continued:
 
 Purpose: | hash 0 | separator | name 0 | entry 0    | hash n | separator | name n | entry n    | EOF |
 ---------+--------+-----------+--------+------------+--------+-----------+--------+------------+-----+
-Bytes:   |  ???   | 1         | 10     | 1-n (pack) |  ???   | 1         | 10     | 1-n (pack) | 1   |
+Bytes:   |  64    | 1         | 10     | 1-n (pack) |  64    | 1         | 10     | 1-n (pack) | 1   |
 ---------+--------+-----------+--------+------------+--------+-----------+--------+------------+-----+
 Example: | abc    |    ???    | foo    |    ...     | abc    |    ???    | bar    |     ...    | EOF |
 
@@ -25,7 +25,7 @@ Explanations:
  separator    - Serves to detect end of strings with unknown/flexible length
  count        - Total amount of entries (not deleted) encoded in hexa-decimal
  position     - Seek position of current entry (which current() will give)
- hash X       - Hash sum of entry X
+ hash X       - Hash sum of entry X (SHA 256)
  name X       - Name of stack the entries belongs in
  entry X      - The actual data, compressed with pack()
  EOF          - End-of-file character