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

Add static instances for Base16/32/64 implementations #117

Closed 05nelsonm closed 1 year ago

05nelsonm commented 1 year ago

Closes #115

Static instances with widely used default settings are now available at:

05nelsonm commented 1 year ago

Should use @JvmField instead of @JvmStatic so the signatures are correct.