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