fn create(out: *[mac_length]u8, msg: []const u8, key: *const [key_length]u8) void

Return an authentication tag for a message and a key

Parameters

out: *[mac_length]u8,
msg: []const u8,
key: *const [key_length]u8,