Blowfish.decrypt
void decrypt(const(ubyte)[] input, ubyte[] output)Decrypts a single 8-byte block.
Parameters
input | Input buffer (at least 8 bytes). |
output | Output buffer (at least 8 bytes). |
Throws
CryptoException if buffers are too short.
void decrypt(const(ubyte)[] input, ubyte[] output)Decrypts a single 8-byte block.
input | Input buffer (at least 8 bytes). |
output | Output buffer (at least 8 bytes). |