Module rust

Source
Expand description

This module utilizes the symmetric primitives provided by Rust Crypto. The streaming interface, enabled using the feature stream is a small wrapper around aead::stream. This feature enables an interface to encrypt data using asynchronous byte streams, specifically from an AsyncRead into an AsyncWrite.

Modules§

stream
Streaming mode.

Structs§

SealerMemoryConfig
In-memory configuration for a Sealer.
UnsealerMemoryConfig
In-memory configuration for an Unsealer.