package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_Hacl_Bignum4096_add : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> Unsigned.uint64
val _2_Hacl_Bignum4096_sub : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> Unsigned.uint64
val _3_Hacl_Bignum4096_mul : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> unit
val _4_Hacl_Bignum4096_mod_precompr2 : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> unit
val _5_Hacl_Bignum4096_mod : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> bool
val _6_Hacl_Bignum4096_mod_exp_raw_precompr2 : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint32 -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> ('i, 'j) CI.fatptr -> unit
val _7_Hacl_Bignum4096_mod_exp_ct_precompr2 : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint32 -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> ('i, 'j) CI.fatptr -> unit
val _8_Hacl_Bignum4096_mod_exp_raw : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint32 -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> bool
val _9_Hacl_Bignum4096_mod_exp_ct : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint32 -> ('e, 'f) CI.fatptr -> ('g, 'h) CI.fatptr -> bool
val _10_Hacl_Bignum4096_new_precompr2 : ('a, 'b) CI.fatptr -> CI.voidp
val _11_Hacl_Bignum4096_mod_inv_prime_raw : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> ('e, 'f) CI.fatptr -> bool
val _12_Hacl_Bignum4096_new_bn_from_bytes_be : Unsigned.uint32 -> bytes CI.ocaml -> CI.voidp
val _13_Hacl_Bignum4096_bn_to_bytes_be : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _14_Hacl_Bignum4096_lt_mask : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> Unsigned.uint64
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