package hacl

  1. Overview
  2. Docs

Module SHA512.HMACSource

Sourceval write : key:Bigstring.t -> msg:Bigstring.t -> Bigstring.t -> unit
  • raises [Invalid_argument]

    if argument is less than 32 bytes long

Sourceval digest : key:Bigstring.t -> msg:Bigstring.t -> Bigstring.t