Data integrity authentication scheme
I want to find out if there is a data integrity authentication scheme, like Message Authentication Code (MAC) that will help me authenticate the integrity of the data without attaching MAC to do data. I can intermingle the MAC in the data so that the data size doesn't change, but the data size must not change. Thanks in advance.