MacAuthTagTransformation
typealias MacAuthTagTransformation = SymmetricEncryptionAlgorithm.Authenticated.EncryptThenMAC<*, *>.(macOutput: ByteArray) -> ByteArray(source)
Typealias defining the signature of the lambda for processing the MAC output into an auth tag.