package tezos-crypto

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

Module type Hash.SSource

include DIRECT_HASH
val size : int
val digest : Bytes.t -> Bytes.t
include INCREMENTAL_HASH
type state
val init : unit -> state
val update : state -> Bytes.t -> unit
val finish : state -> Bytes.t
module HMAC : sig ... end