Stream.stream_cipher
Abstract interface for a stream cipher.
transform src spos dst dpos len
encrypts or decrypts len
characters, read from byte array src
starting at position spos
. The resulting len
characters are stored in byte array dst
starting at position dpos
.