package secp256k1

  1. Overview
  2. Docs

Module Secp256k1.KeypairSource

Sourcetype t
Sourceval create_exn : Context.t -> Key.secret Key.t -> t
Sourceval pub_exn : Context.t -> t -> Key.public Key.t
Sourceval sec_exn : Context.t -> t -> Key.secret Key.t
Sourceval xonly_pub_exn : Context.t -> t -> XOPubkey.t