DartAesGcm.with192bits constructor

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

Implementation

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