keyLength property

int get keyLength

Key length in bits.

Implementation

int get keyLength => encryptDict.getInt('Length') ?? 40;