Module ffsend_api::reader

source ·

Structs

A lazy file reader, that encrypts the file with the given cipher and appends the cryptographic tag to the end of it.
A lazy file writer, that decrypt the file with the given cipher and verifies it with the tag appended to the end of the input data.
A reader wrapper, that measures the reading process for a reader with a known length.
A writer wrapper, that measures the reading process for a writer with a known length.

Traits

A trait for readers, to get the exact length of a reader.
A progress reporter.