StreamCipher.processBytes

process a block of bytes from in putting the result into out.

  1. ubyte[] processBytes(ubyte[] input, ubyte[] output)
    interface StreamCipher
    @safe
    ubyte[]
    processBytes
    (
    in ubyte[] input
    ,
    ubyte[] output
    )
  2. ubyte[] processBytes(ubyte[] input)

Parameters

output ubyte[]

the output buffer the processed bytes go into.

Throws

BufferLengthException if the output buffer is too small.

Meta