padEncoded

fun padEncoded(enable: Boolean): Base32.Hex.Builder(source)

DEFAULT: true

If true, encoded output will have the appropriate number of padding character(s) = appended to it.

If false, padding character(s) will be omitted from output. This is non-compliant with RFC 4648.