package mec

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type secret_key
type public_key
type signature
val signature_to_bytes : signature -> Stdlib.Bytes.t
val sign : secret_key -> Stdlib.Bytes.t -> signature
val sign_deterministic : Stdlib.Bytes.t -> secret_key -> Stdlib.Bytes.t -> signature
val verify : public_key -> Stdlib.Bytes.t -> signature -> bool