Cryptopunk.Derivation (cryptopunk v0.3.1)
Implements key derivation logic.
See https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki
Link to this section Summary
Link to this section Functions
Link to this function
derive(key, path)
Specs
derive( Cryptopunk.Key.t(), Cryptopunk.Derivation.Path.t() | Cryptopunk.Derivation.Path.raw_path() ) :: Cryptopunk.Key.t()
Link to this function