Skip to content

Instantly share code, notes, and snippets.

@kushti
Created December 13, 2021 19:15
Show Gist options
  • Save kushti/ebd6cac42d67dedef4f0c189148c9fe3 to your computer and use it in GitHub Desktop.
Save kushti/ebd6cac42d67dedef4f0c189148c9fe3 to your computer and use it in GitHub Desktop.
object LeifHelp extends App {
val etBytes = Base16.decode("0008cd03e98b0082050a0878b6d1136f2d8cf5e24f7b6d025b2961bffaf5ca3a537a4f52").get
val v = Value.liftByteArray(etBytes)
val bs = ValueSerializer.serialize(v)
println("bs: " + Base16.encode(bs))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment