You can search for identifiers within the package.
in-package search v0.2.0
type t
Opaque type of a valid ECDSA secret key.
val length : int
Size of a secp256k1 secret key in bytes (32).
val compare : t -> t -> int
val of_bytes : Context.t -> ?pos:int -> buffer -> t option
val of_bytes_exn : Context.t -> ?pos:int -> buffer -> t
Verify an ECDSA secret key. Buffer must be 32 bytes long.
val to_bytes : t -> buffer
val write : buffer -> ?pos:int -> t -> unit
write buf ?pos key writes key at buf starting at pos.
write buf ?pos key
key
buf
pos