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

Value members

Concrete methods

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

Concrete fields

val pad: Char