All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.fluency03.multibase.IdentityImpl.scala Maven / Gradle / Ivy

package com.github.fluency03.multibase

object IdentityImpl {

  def encode(data: Array[Byte]): String = new String(data)

  def decode(data: String): Array[Byte] = data.getBytes()

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy