package hacl-star

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val secret_to_public : sk:bytes -> pk:bytes -> unit
val scalarmult : scalar:bytes -> point:bytes -> result:bytes -> unit
val ecdh : sk:bytes -> pk:bytes -> shared:bytes -> bool