minAlign constant

int const minAlign

rfc4253 requires the total length of the packet is a multiple of 8 or the cipher block size, whichever is larger.

Implementation

static const minAlign = 8;