Base32Crockford

Creates a configured Base32.Crockford encoder/decoder.

Parameters

config

inherit settings from.

See also


Creates a configured Base32.Crockford encoder/decoder.

See also


@JvmOverloads
fun Base32Crockford(strict: Boolean = false): Base32.Crockford(source)

Creates a configured Base32.Crockford encoder/decoder using the default settings.

Parameters

strict

If true, configures the encoder/decoder to be in strict accordance with the Crockford spec.

See also