package hacl-star

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

Parameters

module Impl : sig ... end

Signature

type bytes = C.t
module Noalloc : sig ... end
val extract : salt:bytes -> ikm:bytes -> bytes
val expand : prk:bytes -> info:bytes -> size:int -> bytes