package hacl-star-raw

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

Parameters

module F : Cstubs.FOREIGN

Signature

val hacl_Hash_Core_SHA2_init_224 : (Unsigned.uint32 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Hash_Core_SHA2_init_256 : (Unsigned.uint32 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Hash_Core_SHA2_init_384 : (Unsigned.uint64 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Hash_Core_SHA2_init_512 : (Unsigned.uint64 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Hash_Core_SHA2_update_384 : (Unsigned.uint64 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA2_update_512 : (Unsigned.uint64 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA2_pad_256 : (Unsigned.uint64 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA2_finish_224 : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA2_finish_256 : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA2_finish_384 : (Unsigned.uint64 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA2_finish_512 : (Unsigned.uint64 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_SHA2_update_multi_224 : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA2_update_multi_256 : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA2_update_multi_384 : (Unsigned.uint64 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA2_update_multi_512 : (Unsigned.uint64 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA2_update_last_224 : (Unsigned.uint32 Ctypes_static.ptr -> Unsigned.uint64 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA2_update_last_256 : (Unsigned.uint32 Ctypes_static.ptr -> Unsigned.uint64 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA2_hash_224 : (bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_SHA2_hash_256 : (bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_SHA2_hash_384 : (bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_SHA2_hash_512 : (bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result