|
Module Cryptokit.Streammodule Stream:
The
Stream module provides classes that implement
the ARCfour stream cipher, and the wrapping of a stream cipher
as a general transform. The classes can be composed in a Lego-like
fashion, facilitating the integration of new stream ciphers.class type stream_cipher =
Abstract interface for a stream cipher.
class cipher :
Wraps an arbitrary stream cipher as a transform.
class arcfour :
The ARCfour (``alleged RC4'') stream cipher.
|