package hacl-star-raw

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

Parameters

module F : Cstubs.FOREIGN

Signature

type hacl_Streaming_Poly1305_32_poly1305_32_state = [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure
val hacl_Streaming_Poly1305_32_poly1305_32_state : [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure Ctypes.typ
val hacl_Streaming_Poly1305_32_poly1305_32_state_block_state : (Unsigned.uint64 Ctypes_static.ptr, [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure) Ctypes.field
val hacl_Streaming_Poly1305_32_poly1305_32_state_buf : (Unsigned.uint8 Ctypes_static.ptr, [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure) Ctypes.field
val hacl_Streaming_Poly1305_32_poly1305_32_state_total_len : (Unsigned.uint64, [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure) Ctypes.field
val hacl_Streaming_Poly1305_32_poly1305_32_state_p_key : (Unsigned.uint8 Ctypes_static.ptr, [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure) Ctypes.field
val hacl_Streaming_Poly1305_32_create_in : (bytes Ctypes_static.ocaml -> [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure Ctypes_static.ptr F.return) F.result
val hacl_Streaming_Poly1305_32_init : (bytes Ctypes_static.ocaml -> [ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure Ctypes_static.ptr -> unit F.return) F.result
val hacl_Streaming_Poly1305_32_update : ([ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Streaming_Poly1305_32_finish : ([ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Streaming_Poly1305_32_free : ([ `hacl_Streaming_Poly1305_32_poly1305_32_state ] Ctypes.structure Ctypes_static.ptr -> unit F.return) F.result