Module rust

Module rust 

Source
Available on (crate features rust or web) and crate feature rust only.
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§

streamstream
Streaming mode.

Structs§

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