# Functions
Pad returns a buffer of the original data with padded trailing 0s of length of given paddingSize.
PadLCM returns a buffer with length of the Least Common Multiple of the given lcm value with the original data with padded trailing 0s.
StripPadding returns a buffer of the data stripped of all trailing 0s.