Blowfish.encrypt

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

Encrypts a single 8-byte block.

Parameters

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

Throws

CryptoException if buffers are too short.