MACs the plaintext message, encrypts it, and then returns the encrypted message with the MAC appended to the end.
MACs the plaintext message, encrypts it, and then returns the encrypted message with the MAC appended to the end.
Arbitrary set of bytes
ByteVector
Performs a MAC operation over the message.
Performs a MAC operation over the message. Used when verifying decrypted packets
the input message
ByteVector
Performs a MAC operation over the message.
Performs a MAC operation over the message. Used when encrypting packets
the input message
ByteVector