package hacl-star

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

Parameters

module Impl : sig ... end

Signature

type bytes = SharedDefs.CBytes.t
module Noalloc : sig ... end
val secret_to_public : sk:bytes -> bytes
val scalarmult : scalar:bytes -> point:bytes -> bytes
val ecdh : sk:bytes -> pk:bytes -> bytes option