package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_Hacl_GenericField32_field_modulus_check : Unsigned.uint32 -> ('a, 'b) CI.fatptr -> bool
val _2_Hacl_GenericField32_field_init : Unsigned.uint32 -> ('a, 'b) CI.fatptr -> CI.voidp
val _3_Hacl_GenericField32_field_free : ('a, 'b) CI.fatptr -> unit
val _4_Hacl_GenericField32_field_get_len : ('a, 'b) CI.fatptr -> Unsigned.uint32
val _5_Hacl_GenericField32_to_field : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> unit
val _6_Hacl_GenericField32_from_field : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> unit
val _7_Hacl_GenericField32_add : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> unit
val _8_Hacl_GenericField32_sub : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> unit
val _9_Hacl_GenericField32_mul : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> unit
val _10_Hacl_GenericField32_sqr : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> unit
val _11_Hacl_GenericField32_one : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> unit
val _12_Hacl_GenericField32_exp_consttime : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint32 -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> unit
val _13_Hacl_GenericField32_exp_vartime : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint32 -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> unit
val _14_Hacl_GenericField32_inverse : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) 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