package octez-libs

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

Module Schnorr.PSource

Sourcetype pk = Curve.t
Sourcetype signature = {
  1. sig_u_bytes : bool list;
  2. sig_r : Curve.t;
  3. c_bytes : bool list;
}
Sourceval neuterize : sk -> pk
Sourceval sign : ?compressed:bool -> sk -> Csir.Scalar.t -> Curve.Scalar.t -> signature
Sourceval verify : ?compressed:bool -> msg:Csir.Scalar.t -> pk:pk -> signature:signature -> unit -> bool
OCaml

Innovation. Community. Security.