Module Mirage_crypto.Cipher_stream

Streaming ciphers.

module type S = sig ... end

General stream cipher type.

module ARC4 : S

Alleged Rivest Cipher 4.