05nelsonm / encoding

A Kotlin Multiplatform library for configurable, streamable, efficient and extensible Encoding/Decoding with support for base16/32/64.
Apache License 2.0
33 stars 5 forks source link

`Base32.Crockford.Config.hyphenInterval` should be a `Byte` #51

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Instead of using Short, use Byte to reduce the range to 1..127. Who needs to hyphenate at an interval of more than 127 characters?