.
Copyright (c) 2014 Jean Parpaillon
Authors: Jean Parpaillon (jean.parpaillon@free.fr
).
from/1 | Convert hex string into an integer. |
to/1 | Convert a binary (for example the result of erlang:md5/1) to a hex binary. |
from(Bin::binary()) -> integer()
Convert hex string into an integer.
to(Binary::binary()) -> binary()
Convert a binary (for example the result of erlang:md5/1) to a hex binary.