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_SHA1_legacy_init : (Unsigned.uint32 Ctypes_static.ptr -> unit F.return) F.result
val hacl_Hash_Core_SHA1_legacy_update : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_Core_SHA1_legacy_finish : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> unit F.return) F.result
val hacl_Hash_SHA1_legacy_update_multi : (Unsigned.uint32 Ctypes_static.ptr -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA1_legacy_update_last : (Unsigned.uint32 Ctypes_static.ptr -> Unsigned.uint64 -> bytes Ctypes_static.ocaml -> Unsigned.uint32 -> unit F.return) F.result
val hacl_Hash_SHA1_legacy_hash : (bytes Ctypes_static.ocaml -> Unsigned.uint32 -> bytes Ctypes_static.ocaml -> unit F.return) F.result