package octez-libs

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Affine : sig ... end
type pk = Affine.point
type signature = {
  1. sig_u_bytes : bool list L.repr;
  2. sig_r : Affine.point L.repr;
  3. c_bytes : bool list L.repr;
}
val signature_encoding : (SchnorrPV.P.signature, signature, bool list * (pk * bool list)) L.Encodings.encoding
val verify : ?compressed:bool -> g:Affine.point L.repr -> msg:L.scalar L.repr -> pk:pk L.repr -> signature:signature -> unit -> bool L.repr L.t
OCaml

Innovation. Community. Security.