Base64Factory

Pure Kotlin Base64 utility — no expect/actual needed.

Functions

Link copied to clipboard
fun decode(data: String): ByteArray
Link copied to clipboard
fun encode(data: ByteArray): String