cryptopunk v0.2.0
  • Pages
  • Modules

    Cryptopunk.Keys (cryptopunk v0.2.0)

    Implements key derivation logic.

    See https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki

    Link to this section Summary

    Functions

    derive(key, path)
    do_derive(key, list)

    Link to this section Functions

    Link to this function

    derive(key, path)

    Specs

    derive(
      Cryptopunk.Key.t(),
      Cryptopunk.DerivationPath.t() | Cryptopunk.DerivationPath.raw_path()
    ) ::
      Cryptopunk.Key.t()
    Link to this function

    do_derive(key, list)

    On Hex.pm: Package Preview (current file)

    Built using ExDoc (v0.27.0) for the Elixir programming language