Base32

object Base32 extends Base32Alphabet

Base 32 alphabet, with padding, as defined by RF4648 section 4. Whitespace is ignored.

trait Alphabet
class Object
trait Matchable
class Any
Base32.type

Value members

Concrete methods

def toChar(i: Int): Char
def toIndex(c: Char): Int

Concrete fields

val pad: Char