Cryptopunk.Key.Serialization (cryptopunk v0.7.6)

Extended key serialization logic

Summary

Functions

Link to this function

decode(encoded_key)

@spec decode(binary()) :: Cryptopunk.Key.t()
Link to this function

encode(key, version)

@spec encode(Cryptopunk.Key.t(), binary()) :: String.t() | no_return()