open fun pushLast(clearText: Bytes): Bytes
open fun pushLast(clearText: ByteArray): ByteArray
Push the final message to this secret stream.
clearText - The message to encrypt.
clearText
Return The encrypted message.