AES.decrypt

void decrypt(const(ubyte)[] input, ubyte[] output)

Decrypts a single 16-byte block.

Parameters

inputInput buffer (at least 16 bytes).
outputOutput buffer (at least 16 bytes).

Throws

CryptoException if buffers are too short.