StreamCipher.processBytes

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

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

Return Value

Type: ubyte[]

slice containing the encrypted or decrypted data

Throws

BufferLengthException if the output buffer is too small.

Meta