interface HasherRe-exportimport { type Hasher } from "https://deno.land/std@0.92.0/hash/mod.ts"; Methodsupdate(data: Message): thisdigest(): ArrayBuffertoString(format?: OutputFormat): string