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_Blake2_blocks_state_len : Unsigned.uint8 -> Unsigned.uint8 -> Unsigned.uint32
val _2_Hacl_Streaming_Blake2_blake2s_32_no_key_create_in : unit -> CI.voidp
val _3_Hacl_Streaming_Blake2_blake2s_32_no_key_init : ('a, 'b) CI.fatptr -> unit
val _4_Hacl_Streaming_Blake2_blake2s_32_no_key_update : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _5_Hacl_Streaming_Blake2_blake2s_32_no_key_finish : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _6_Hacl_Streaming_Blake2_blake2s_32_no_key_free : ('a, 'b) CI.fatptr -> unit
val _7_Hacl_Streaming_Blake2_blake2b_32_no_key_create_in : unit -> CI.voidp
val _8_Hacl_Streaming_Blake2_blake2b_32_no_key_init : ('a, 'b) CI.fatptr -> unit
val _9_Hacl_Streaming_Blake2_blake2b_32_no_key_update : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _10_Hacl_Streaming_Blake2_blake2b_32_no_key_finish : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _11_Hacl_Streaming_Blake2_blake2b_32_no_key_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