DartAesGcm.with256bits constructor

DartAesGcm.with256bits({
  1. int nonceLength = AesGcm.defaultNonceLength,
})

Implementation

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