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