pub type EncryptorBE32<A> = Encryptor<A, StreamBE32<A>>;Expand description
STREAM encryptor instantiated with StreamBE32 as the underlying
STREAM primitive.
Aliased Typeยง
pub struct EncryptorBE32<A> { /* private fields */ }pub type EncryptorBE32<A> = Encryptor<A, StreamBE32<A>>;STREAM encryptor instantiated with StreamBE32 as the underlying
STREAM primitive.
pub struct EncryptorBE32<A> { /* private fields */ }