Module self_encryption::datamap [] [src]

Information required to recover file content from chunks.

Structs

ChunkDetails

Struct holds pre and post encryption hashes as well as original chunk size.

Enums

DataMap

Holds the information that is required to recover the content of the encrypted file. Depending on the file size, such info can be held as a vector of ChunkDetails, or as raw data.