package bip32

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

Parameters

module Crypto : CRYPTO

Signature

val pp : Format.formatter -> _ t -> unit
val of_entropy : Cstruct.t -> (Secp256k1.Key.secret t, string) result
val of_entropy_exn : Cstruct.t -> Secp256k1.Key.secret t
val neuterize : _ t -> Secp256k1.Key.public t
val derive : 'a t -> Int32.t -> 'a t
val derive_path : 'a t -> Int32.t list -> 'a t
val secret_of_bytes : Cstruct.t -> Secp256k1.Key.secret t option
val secret_of_bytes_exn : Cstruct.t -> Secp256k1.Key.secret t
val public_of_bytes : Cstruct.t -> Secp256k1.Key.public t option
val public_of_bytes_exn : Cstruct.t -> Secp256k1.Key.public t
val to_cstruct : 'a t -> Cstruct.t