package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type pk = Curve.t
type signature = {
  1. sig_u_bytes : bool list;
  2. sig_r : Curve.t;
  3. c_bytes : bool list;
}
type sk = Curve.Scalar.t
val neuterize : sk -> pk
val sign : ?compressed:bool -> sk -> Plompiler.Csir.Scalar.t -> Curve.Scalar.t -> signature
val verify : ?compressed:bool -> msg:Plompiler.Csir.Scalar.t -> pk:pk -> signature:signature -> unit -> bool
OCaml

Innovation. Community. Security.