- Berlin, Deutschland
- https://sneak.berlin
- Joined on
2020-02-05
Block a user
4f80ad381a
this script renames mullvad wireguard config files
16051c01c2
add microbtc conversion script
Deliverable 1: Spec document for file format
Directories are not listed in the manifest, only regular files.
Deliverable 1: Spec document for file format
path
attribute is relative to root directory where index.mf
file lives.
Deliverable 1: Spec document for file format
Sounds good, and makes sense. I put the length at the end to detect truncation, but the length field does that just by existing, so it can go at the beginning and it will also work fine. :)
Deliverable 1: Spec document for file format
the file format description will be something like "the file begins with a magic number, a uint64 in network order, that is specified as constant X. the following bytes are zstd compressed data. the final data in the file is a uint64 in network order that specifies the size of the zstd data, the magic number, and the trailing size field. the zstd compressed data shall be...." etc