|
Class type Cryptokit.Stream.stream_cipherclass type stream_cipher =
Abstract interface for a stream cipher.
method transform : transform src spos dst dpos len encrypts or decrypts
len characters, read from string src starting at
position spos . The resulting len characters are
stored in string dst starting at position dpos .method wipe :
Erase the internal state of the stream cipher, such as
all key-dependent material.
|