Copyright © (C) 2012, Erlang Solutions Ltd. This file is licensed under BSD 2-Clause License (see LICENSE file)
decode(Base16::<<_:_*16>>) -> binary()
encode(Data::binary()) -> <<_:_*16>>
Generated by EDoc