Cryptopunk.Key (cryptopunk v0.7.8)
Utility functions to work with keys
Summary
Types
@type t() :: %Cryptopunk.Key{ chain_code: binary(), depth: non_neg_integer(), index: non_neg_integer(), key: binary(), parent_fingerprint: binary(), type: :private | :public }