sig
class type stream_cipher =
object
method transform : bytes -> int -> bytes -> int -> int -> unit
method wipe : unit
end
class cipher : Cryptokit.Stream.stream_cipher -> transform
class arcfour : string -> stream_cipher
end