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;
rfc4253 requires the total length of the packet is a multiple of 8 or the cipher block size, whichever is larger.
static const minAlign = 8;