StreamCipherWrapper.returnByte

encrypt/decrypt a single byte returning the result.

class StreamCipherWrapper(T)
@safe
ubyte
returnByte
(
ubyte input
)

Return Value

Type: ubyte

the result of processing the input byte.

Meta