BlockCipher.decrypt
void decrypt(const(ubyte)[] input, ubyte[] output)Decrypts a single block of data.
Parameters
input | The input block (must be at least blockSize bytes). |
output | The output buffer (must be at least blockSize bytes). |
void decrypt(const(ubyte)[] input, ubyte[] output)Decrypts a single block of data.
input | The input block (must be at least blockSize bytes). |
output | The output buffer (must be at least blockSize bytes). |