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_SHA3_create_in_256 : unit -> CI.voidp
val _2_Hacl_Streaming_SHA3_init_256 : ('a, 'b) CI.fatptr -> unit
val _3_Hacl_Streaming_SHA3_update_256 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> Unsigned.uint32
val _4_Hacl_Streaming_SHA3_finish_256 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _5_Hacl_Streaming_SHA3_free_256 : ('a, 'b) CI.fatptr -> unit
val _6_Hacl_Streaming_SHA3_copy_256 : ('a, 'b) CI.fatptr -> CI.voidp
val _7_Hacl_SHA3_shake128_hacl : Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> unit
val _8_Hacl_SHA3_shake256_hacl : Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> unit
val _9_Hacl_SHA3_sha3_224 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> unit
val _10_Hacl_SHA3_sha3_256 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> unit
val _11_Hacl_SHA3_sha3_384 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> unit
val _12_Hacl_SHA3_sha3_512 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> unit
val _13_Hacl_Impl_SHA3_state_permute : ('a, 'b) CI.fatptr -> unit
val _14_Hacl_Impl_SHA3_loadState : Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _15_Hacl_Impl_SHA3_absorb_inner : Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _16_Hacl_Impl_SHA3_squeeze : ('a, 'b) CI.fatptr -> Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> unit
val _17_Hacl_Impl_SHA3_keccak : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> Unsigned.uint8 -> Unsigned.uint32 -> bytes CI.ocaml -> 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
OCaml

Innovation. Community. Security.