package tezos-crypto

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val digest : key:Bytes.t -> msg:Bytes.t -> Bytes.t

digest key msg HMAC based on the hash algorithm of the module. The size of the produced tag is the same as the size of the hash digest.