Created
December 13, 2021 19:15
-
-
Save kushti/ebd6cac42d67dedef4f0c189148c9fe3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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