package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module CI = Cstubs_internals
val _1_Hacl_Impl_P256_LowLevel_toUint8 : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> unit
val _2_Hacl_Impl_P256_LowLevel_changeEndian : ('a, 'b) CI.fatptr -> unit
val _3_Hacl_Impl_P256_LowLevel_toUint64ChangeEndian : bytes CI.ocaml -> ('a, 'b) CI.fatptr -> unit
val _4_Hacl_Impl_P256_Core_isPointAtInfinityPrivate : ('a, 'b) CI.fatptr -> Unsigned.uint64
val _5_Hacl_Impl_P256_Core_secretToPublic : ('a, 'b) CI.fatptr -> bytes CI.ocaml -> ('c, 'd) CI.fatptr -> unit
val _6_Hacl_Impl_P256_DH__ecp256dh_r : ('a, 'b) CI.fatptr -> ('c, 'd) CI.fatptr -> bytes CI.ocaml -> Unsigned.uint64
val _7_Hacl_P256_ecdsa_sign_p256_sha2 : bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _8_Hacl_P256_ecdsa_sign_p256_sha384 : bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _9_Hacl_P256_ecdsa_sign_p256_sha512 : bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _10_Hacl_P256_ecdsa_sign_p256_without_hash : bytes CI.ocaml -> Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _11_Hacl_P256_ecdsa_verif_p256_sha2 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _12_Hacl_P256_ecdsa_verif_p256_sha384 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _13_Hacl_P256_ecdsa_verif_p256_sha512 : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _14_Hacl_P256_ecdsa_verif_without_hash : Unsigned.uint32 -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _15_Hacl_P256_verify_q : bytes CI.ocaml -> bool
val _16_Hacl_P256_decompression_not_compressed_form : bytes CI.ocaml -> bytes CI.ocaml -> bool
val _17_Hacl_P256_decompression_compressed_form : bytes CI.ocaml -> bytes CI.ocaml -> bool
val _18_Hacl_P256_compression_not_compressed_form : bytes CI.ocaml -> bytes CI.ocaml -> unit
val _19_Hacl_P256_compression_compressed_form : bytes CI.ocaml -> bytes CI.ocaml -> unit
val _20_Hacl_P256_ecp256dh_i : bytes CI.ocaml -> bytes CI.ocaml -> bool
val _21_Hacl_P256_ecp256dh_r : bytes CI.ocaml -> bytes CI.ocaml -> bytes CI.ocaml -> bool
val _22_Hacl_P256_is_more_than_zero_less_than_order : bytes CI.ocaml -> bool
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