Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard

An implementation-less stream cipher that leaves the stream how it was.

Link copied to clipboard
interface StreamCipher
Link copied to clipboard
data class StreamCipherPair(val encoderCipher: StreamCipher, val decodeCipher: StreamCipher)