Module Nocrypto.Cipher_stream

module Cipher_stream: sig .. end
Streaming ciphers.

module type S = sig .. end
General stream cipher type.
module ARC4: S 
Alleged Rivest Cipher 4.