package hacl-star

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = CBytes.t
val secret_to_public : t -> t -> unit
val sign : t -> t -> t -> unit
val verify : t -> t -> t -> bool
val expand_keys : t -> t -> unit
val sign_expanded : t -> t -> t -> unit