StreamCipher.returnByte

encrypt/decrypt a single byte returning the result.

interface StreamCipher
@safe
ubyte
returnByte
(
ubyte input
)

Return Value

Type: ubyte

the result of processing the input byte.

Meta