YEnc.crc32

You're seeing just the function crc32, go back to YEnc module for more information.

Specs

crc32(binary()) :: binary()

Computes and returns the hexadecimal crc32 checksum for data.

Examples

iex> YEnc.crc32("")
"00000000"

iex> YEnc.crc32("ERLANG")
"8a5c101d"