BlockCipher.encrypt
void encrypt(const(ubyte)[] input, ubyte[] output)Encrypts 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 encrypt(const(ubyte)[] input, ubyte[] output)Encrypts 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). |