aesGcm abstract method

AesGcm aesGcm({
  1. int secretKeyLength = 32,
  2. int nonceLength = 12,
})

A factory used by AesGcm.

Implementation

AesGcm aesGcm({
  int secretKeyLength = 32,
  int nonceLength = 12,
});