static fun auth(input: Bytes, key: Key): Bytes
(source)static fun auth(input: ByteArray, key: Key): ByteArray
(source)
Create an authentication tag for a given input.
input
- The input to generate an authentication tag for.
Return
The authentication tag.