Cryptopunk.Key.Serialization (cryptopunk v0.6.4)
Extended key serialization logic
Link to this section Summary
Link to this section 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()