package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_Hacl_Keccak_shake128_4x : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> unit
val _2_Hacl_Impl_Matrix_mod_pow2 : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> unit
val _3_Hacl_Impl_Matrix_matrix_add : Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> unit
val _4_Hacl_Impl_Matrix_matrix_sub : Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> unit
val _5_Hacl_Impl_Matrix_matrix_mul : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> unit
val _6_Hacl_Impl_Matrix_matrix_mul_s : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> unit
val _7_Hacl_Impl_Matrix_matrix_eq : Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint16
val _8_Hacl_Impl_Matrix_matrix_to_lbytes : Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _9_Hacl_Impl_Matrix_matrix_from_lbytes : Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _10_Hacl_Impl_Frodo_Gen_frodo_gen_matrix_shake_4x : Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _11_Hacl_Impl_Frodo_Params_frodo_gen_matrix : Unsigned.uint8 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _12_Hacl_Impl_Frodo_Sample_frodo_sample_matrix64 : Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _13_Hacl_Impl_Frodo_Sample_frodo_sample_matrix640 : Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _14_Hacl_Impl_Frodo_Sample_frodo_sample_matrix976 : Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _15_Hacl_Impl_Frodo_Sample_frodo_sample_matrix1344 : Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _16_randombytes_ : Unsigned.uint32 -> bytes CI.ocaml -> unit
val _17_Hacl_Impl_Frodo_Pack_frodo_pack : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _18_Hacl_Impl_Frodo_Pack_frodo_unpack : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _19_Hacl_Impl_Frodo_Encode_frodo_key_encode : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _20_Hacl_Impl_Frodo_Encode_frodo_key_decode : Unsigned.uint32 -> Unsigned.uint32 -> Unsigned.uint32 -> ('a, 'b) CI.fatptr -> 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