Shopify.Multipass.pad

You're seeing just the function pad, go back to Shopify.Multipass module for more information.
Link to this function

pad(string, block_size \\ 16)

Specs

pad(binary(), integer()) :: binary()

Pads the message string with extra bytes to ensure it is evenly divisible by the block size. See http://erlang.org/doc/man/crypto.html#block_encrypt-4