Module futures_crypto::cipher [] [src]

Symmetric ciphers for encryption and decryption of streams.

Structs

Config

Configuration for stream adapters.

Decrypt

Stream adapter that transparently decrypts the data from the underlying stream.

Encrypt

Stream adapter that transparently encrypts the data from the underlying stream.

Enums

Algorithm

Algorithm that can be used to encrypt or decrypt data.