Base32Impl

fmgp.multibase.Base32Impl
object Base32Impl

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Base32Impl.type

Members list

Value members

Concrete methods

Decode the given data as a String into a Byte Array, based on specified Base32 version, which has to be a Base32RFC4648.

Decode the given data as a String into a Byte Array, based on specified Base32 version, which has to be a Base32RFC4648.

Attributes

Encode the given data as an Array of Bytes into a String, based on specified Base32 version, which has to be a Base32RFC4648.

Encode the given data as an Array of Bytes into a String, based on specified Base32 version, which has to be a Base32RFC4648.

Attributes