| const(void[]) input_ | Array containing input data. |
| void[] output_ | Array to hold the output data. |
| const(char[]) msg | message to associate with the exception |
| ubyte input | Byte to XOR with keystream. |
| uint len | Length of padding to generate |
| const(void[]) input_ | Padded block of which to count the pad bytes. |
| x_ | The supplied array of bytes (ubytes, bytes, chars, whatever) |
| input | Integral to convert to bytes |