Up

module Base32

: sig
#
exception Decode_error of int * string
#
val alpha : string
#
val into_octets : string -> int -> octets -> int
#
val to_octets : string -> octets
#
val of_octets : octets -> string
end