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