package octez-libs

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

Module V.SchnorrSource

Sourcemodule Affine : sig ... end
Sourcetype signature = {
  1. sig_u_bytes : bool list L.repr;
  2. sig_r : Affine.point L.repr;
  3. c_bytes : bool list L.repr;
}
Sourceval signature_encoding : (SchnorrPV.P.signature, signature, bool list * (pk * bool list)) L.Encodings.encoding
Sourceval 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.