Expand description
Version-independent file types shared by all format versions. Version-independent file types.
[PlaintextFile] is the decrypted output shape shared by every format
version. It carries no format-specific information, so sharing it does not
couple the version modules to each other (unlike format-defining code,
which is duplicated per version on purpose).
Structs§
- File
Metadata - Metadata of a plaintext file, stored encrypted alongside the content.
- Plaintext
File - Represents a plaintext file with filename and content
Enums§
- Content
Kind - What an encrypted file’s content stream contains.