package bip32

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

Module Bip32.MakeSource

Parameters

module Crypto : CRYPTO

Signature

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