package octez-libs

  1. Overview
  2. Docs
type secret_key
type public_key
type signature
val signature_to_bytes : signature -> Bytes.t
val sign : secret_key -> Bytes.t -> signature
val sign_deterministic : Bytes.t -> secret_key -> Bytes.t -> signature
val verify : public_key -> Bytes.t -> signature -> bool
OCaml

Innovation. Community. Security.