Companion
Doubles as a static implementation with default settings and a hyphenInterval of 4.
e.g.
val encoded = "Hello World!"
.encodeToByteArray()
.encodeToString(Base32.Crockford)
println(encoded) // 91JP-RV3F-41BP-YWKC-CGGG
Content copied to clipboard
Properties
Functions
Link copied to clipboard
protected open override fun newDecoderFeedProtected(out: Decoder.OutFeed): Decoder.Feed<Base32.Crockford.Config>
Link copied to clipboard
protected open override fun newEncoderFeedProtected(out: Encoder.OutFeed): Encoder.Feed<Base32.Crockford.Config>