package hacl-star-raw

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module F : Cstubs.FOREIGN

Signature

module Hacl_Streaming_Types_applied : sig ... end
type hacl_Streaming_SHA3_state_256 = Hacl_Streaming_Types_applied.hacl_Streaming_MD_state_64
val hacl_Streaming_SHA3_state_256 : [ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes.typ
val hacl_Streaming_SHA3_create_in_256 : (unit -> [ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr F.return) F.result
val hacl_Streaming_SHA3_init_256 : ([ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr -> unit F.return) F.result
val hacl_Streaming_SHA3_update_256 : ([ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> Unsigned.uint32 F.return) F.result
val hacl_Streaming_SHA3_finish_256 : ([ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Streaming_SHA3_free_256 : ([ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr -> unit F.return) F.result
val hacl_Streaming_SHA3_copy_256 : ([ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr -> [ `hacl_Streaming_MD_state_64 ] Ctypes.structure Ctypes_static.ptr F.return) F.result
val hacl_SHA3_shake128_hacl : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_SHA3_shake256_hacl : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_SHA3_sha3_224 : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_SHA3_sha3_256 : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_SHA3_sha3_384 : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_SHA3_sha3_512 : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Impl_SHA3_state_permute : (Unsigned.uint64 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Impl_SHA3_loadState : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint64 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Impl_SHA3_absorb_inner : (Unsigned.uint32 -> bytes Ctypes_static.ocaml -> Unsigned.uint64 Ctypes_static.ptr -> unit F.return) F.result
OCaml

Innovation. Community. Security.