package secp256k1

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

Opaque type of a valid ECDSA secret key.

val compare : t -> t -> int
val of_bytes : Context.t -> buffer -> t option
val of_bytes_exn : Context.t -> buffer -> t

Verify an ECDSA secret key. Buffer must be 32 bytes long.

OCaml

Innovation. Community. Security.