package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_Hacl_Streaming_Poly1305_32_create_in : bytes CI.ocaml -> CI.voidp
val _2_Hacl_Streaming_Poly1305_32_init : bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _3_Hacl_Streaming_Poly1305_32_update : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _4_Hacl_Streaming_Poly1305_32_finish : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _5_Hacl_Streaming_Poly1305_32_free : ('a, 'b) CI.fatptr -> unit
type !'a result = 'a
type !'a return = 'a
type !'a1 fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a0 CI.typ * 'b fn -> ('a0 -> 'b) fn
val map_result : ('a -> 'b) -> 'a -> 'b
val returning : 'a CI.typ -> 'a return fn
val (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
val foreign : string -> ('a -> 'b) fn -> 'a -> 'b
val foreign_value : string -> 'a Ctypes.typ -> 'a Ctypes.ptr