optimalChunkSize property

int optimalChunkSize

Length of chunks that are processed in one go.

When you call encrypt or decrypt, the work is done in chunks.

Implementation

int get optimalChunkSize => 1 << 14;