expectedLength property

set expectedLength (int? value)

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.

Implementation

set expectedLength(int? value) => _knownLength = value;