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§
- stream
stream - Streaming mode.
Structs§
- Sealer
Memory Config - In-memory configuration for a
Sealer. - Unsealer
Memory Config - In-memory configuration for an
Unsealer.