macAlgorithm property

  1. @override
MacAlgorithm macAlgorithm
override

Message authentication code (MacAlgorithm) used by the cipher.

Implementation

@override
MacAlgorithm get macAlgorithm => AesGcm.aesGcmMac;