package bip32

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Bip32Source

Sourcetype 'a t = private {
  1. k : 'a Secp256k1.Key.t;
  2. c : Cstruct.t;
  3. path : Int32.t list;
  4. parent : Cstruct.t;
}
Sourcemodule type CRYPTO = sig ... end
Sourcemodule type S = sig ... end
Sourcemodule Make (Crypto : CRYPTO) : S
OCaml

Innovation. Community. Security.