package tezos-crypto

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

Module Hash.SHA256

val size : int
val digest : Bytes.t -> Bytes.t
type state = Tezos_hacl_glue__Hacl.Hash.SHA256.state
val init : unit -> state
val update : state -> Bytes.t -> unit
val finish : state -> Bytes.t
module HMAC : sig ... end