blockSize constant

int const blockSize

The size of a block of Blowfish ECB data.

All data must be a multiple of this number in length.

Implementation

static const blockSize = 8;