package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_EverCrypt_Hash_alg_of_state : ('a, 'b) CI.fatptr -> Unsigned.uint8
val _2_EverCrypt_Hash_create_in : Unsigned.uint8 -> CI.voidp
val _3_EverCrypt_Hash_create : Unsigned.uint8 -> CI.voidp
val _4_EverCrypt_Hash_init : ('a, 'b) CI.fatptr -> unit
val _5_EverCrypt_Hash_update_multi_256 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _6_EverCrypt_Hash_update2 : ('a, 'b) CI.fatptr -> Unsigned.uint64 -> bytes CI.ocaml -> unit
val _7_EverCrypt_Hash_update : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _8_EverCrypt_Hash_update_multi2 : ('a, 'b) CI.fatptr -> Unsigned.uint64 -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _9_EverCrypt_Hash_update_multi : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _10_EverCrypt_Hash_update_last_256 : ('a, 'b) CI.fatptr -> Unsigned.uint64 -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _11_EverCrypt_Hash_update_last2 : ('a, 'b) CI.fatptr -> Unsigned.uint64 -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _12_EverCrypt_Hash_update_last : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint64 -> unit
val _13_EverCrypt_Hash_finish : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _14_EverCrypt_Hash_free : ('a, 'b) CI.fatptr -> unit
val _15_EverCrypt_Hash_copy : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> unit
val _16_EverCrypt_Hash_hash_256 : bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> unit
val _17_EverCrypt_Hash_hash_224 : bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> unit
val _18_EverCrypt_Hash_hash : Unsigned.uint8 -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _19_EverCrypt_Hash_Incremental_hash_len : Unsigned.uint8 -> Unsigned.uint32
val _20_EverCrypt_Hash_Incremental_block_len : Unsigned.uint8 -> Unsigned.uint32
val _21_EverCrypt_Hash_Incremental_create_in : Unsigned.uint8 -> CI.voidp
val _22_EverCrypt_Hash_Incremental_init : ('a, 'b) CI.fatptr -> unit
val _23_EverCrypt_Hash_Incremental_update : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint32 -> unit
val _24_EverCrypt_Hash_Incremental_finish_md5 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _25_EverCrypt_Hash_Incremental_finish_sha1 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _26_EverCrypt_Hash_Incremental_finish_sha224 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _27_EverCrypt_Hash_Incremental_finish_sha256 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _28_EverCrypt_Hash_Incremental_finish_sha384 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _29_EverCrypt_Hash_Incremental_finish_sha512 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _30_EverCrypt_Hash_Incremental_finish_blake2s : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _31_EverCrypt_Hash_Incremental_finish_blake2b : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _32_EverCrypt_Hash_Incremental_alg_of_state : ('a, 'b) CI.fatptr -> Unsigned.uint8
val _33_EverCrypt_Hash_Incremental_finish : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _34_EverCrypt_Hash_Incremental_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