DartAesGcm.with192bits constructor
DartAesGcm.with192bits({
- int nonceLength = AesGcm.defaultNonceLength,
Implementation
DartAesGcm.with192bits({
int nonceLength = AesGcm.defaultNonceLength,
}) : this(secretKeyLength: 24, nonceLength: nonceLength);