GcryptWithIV.required_iv_len

class GcryptWithIV(Algorithm algorithm, Mode mode)
static
size_t
required_iv_len
()
out (iv_len) { assert (iv_len != 0); }

Return Value

Type: size_t

required length of initialisation vector (in bytes) for this algorithm. Note that, if called for an algorithm which does not require an IV, the return value will be undefined.

Meta