Module base16

Function Index

decode/1Accepts both upper-case and lower-case encodings.
encode/1Returns lower-case encoding.

Function Details

decode/1

decode(Base16::<<_:_*16>>) -> binary()

Accepts both upper-case and lower-case encodings. Throws if the argument is not odd-size in bytes.

encode/1

encode(Data::binary()) -> <<_:_*16>>

Returns lower-case encoding.


Generated by EDoc