import { Hmac } from "https://deno.land/std@0.145.0/node/crypto.ts";
Constructors
Methods
digest(): Buffer
digest(encoding: BinaryToTextEncoding): string
digest(_encoding?: BinaryToTextEncoding): Buffer | string
update(data: BinaryLike): this
update(_data: BinaryLike, _inputEncoding?: Encoding): this