Plug.Crypto.mask

You're seeing just the function mask, go back to Plug.Crypto module for more information.

Specs

mask(binary(), binary()) :: binary()

Masks the token on the left with the token on the right.

Both tokens are required to have the same size.