AES.encrypt
void encrypt(const(ubyte)[] input, ubyte[] output)Encrypts a single 16-byte block.
Parameters
input | Input buffer (at least 16 bytes). |
output | Output buffer (at least 16 bytes). |
Throws
CryptoException if buffers are too short.
void encrypt(const(ubyte)[] input, ubyte[] output)Encrypts a single 16-byte block.
input | Input buffer (at least 16 bytes). |
output | Output buffer (at least 16 bytes). |