AesAuthEncryptInfos constructor

AesAuthEncryptInfos({
  1. required Uint8List tag,
  2. required Uint8List encrypted,
})

Implementation

AesAuthEncryptInfos({
  required this.tag,
  required this.encrypted,
});