Crate zff

source · []

Re-exports

pub use version2::*;
pub use version2::io::*;

Modules

Structs

structure contains serveral methods to handle encryption

structure contains serveral methods to handle hashing

structure contains serveral methods to handle signing of chunked data.

The main error-type of this crate.

Enums

Defines all compression algorithms, which are implemented in zff.

Defines all encryption algorithms (for use in data and header encryption), which are implemented in zff.

Defines all hashing algorithms, which are implemented in zff.

Defines all KDF schemes, which are implemented in zff.

Defines all encryption algorithms (for use in PBE only!), which are implemented in zff.

Contains the variants/kinds of errors, which could be find in this crate.

Traits

The HeaderCoding trait specifies an interface for the common header methods and the encoding and decoding methods.

decoder methods for values (and primitive types). This is an extension trait.

encoder methods for values (and primitive types). This is an extension trait.

Functions

Type Definitions

Result for std::result::Result<T, ZffError>.