Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 587 Bytes

structure_of_serialized_file.md

File metadata and controls

26 lines (15 loc) · 587 Bytes

Structure of Serialized File

Non italic section: write once

Italic section: write Repeatedly

No encryption, No compression

fixed variable variable variable
file tags file count metadata file data

With encryption, No compression

fixed variable variable fixed variable
file tags file count metadata nonce encrypted data

With encryption and compression

fixed variable variable fixed fixed variable
file tags file count metadata compressed data size nonce encrypted data