[go: up one dir, main page]

Type Alias EncryptorBE32

Source
pub type EncryptorBE32<A> = Encryptor<A, StreamBE32<A>>;
Available on crate feature stream only.
Expand description

STREAM encryptor instantiated with StreamBE32 as the underlying STREAM primitive.

Aliased Typeยง

pub struct EncryptorBE32<A> { /* private fields */ }