When the total plaintext length is known up front, the final chunk can be sealed as soon as it fills instead of waiting for finish.
set expectedLength(int? value) => _knownLength = value;