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

Implement `Base32` decoding for new `EncoderDecoder` #55

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Part 2 of #41

This PR:

05nelsonm commented 1 year ago

I think though there can be more things shifted to encoding-core, like skipping over new lines/spaces, or handling padding. Those 2 things are expressed in the base configuration and should be used to mitigate duplicate, unnecessary code.

Resolved in commit 52f426b :muscle: