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